Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Script error
Tripication Offline
Member

Posts: 172
Threads: 19
Joined: Dec 2011
Reputation: 6
#6
RE: Script error

void OnStart()
{
AddEntityCollideCallback("Player", "Get_to_work_Area", "GetFirst_Quest", true, 1);
AddEntityCollideCallback("Player", "Get_to_Work_complete_Area", "FinishFirst_Quest", true, 1);
}
void GetGet_to_workQuest(string &in asParent, string &in asChild, int alState)
{
AddQuest("get_to_workquest", "Get_To_Work");
}
void FinishGet_to_workQuest(string &in asParent, string &in asChild, int alState)
{
CompleteQuest("get_to_workquest", "Get_To_Work");
}


Just needed to close off the syntax's Here you go^
And true and false are always all lower case

[Image: speedart__2___yoshimitsu_by_kamofudge-d4yo6kk.png]
(This post was last modified: 01-30-2012, 11:15 AM by Tripication.)
01-30-2012, 11:13 AM
Find


Messages In This Thread
Script error - by Saren - 01-30-2012, 10:55 AM
RE: Script error - by Tripication - 01-30-2012, 10:56 AM
RE: Script error - by Saren - 01-30-2012, 11:03 AM
RE: Script error - by flamez3 - 01-30-2012, 11:04 AM
RE: Script error - by Saren - 01-30-2012, 11:09 AM
RE: Script error - by Tripication - 01-30-2012, 11:13 AM
RE: Script error - by flamez3 - 01-30-2012, 11:17 AM
RE: Script error - by Shadowfied - 01-30-2012, 11:48 AM
RE: Script error - by Saren - 01-30-2012, 11:21 AM
RE: Script error - by flamez3 - 01-30-2012, 11:51 AM
RE: Script error - by Shadowfied - 01-30-2012, 11:54 AM
RE: Script error - by Saren - 01-30-2012, 12:03 PM



Users browsing this thread: 1 Guest(s)