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
emento error
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#5
RE: Memento error

PHP Code: (Select All)
void OnStart()
{
    
AddEntityCollideCallback("Player""Bloodtrail""FollowQuest"true1);
    
AddEntityCollideCallback("Player""bloodtrailF""FollowQuest"true1);
}

void FollowQuest(string &in asParentstring &in asChildint alState)
{
    if(
asChild == "Bloodtrail")
        
AddQuest("bloodtrail""Bloodtrail");
    else
        
CompleteQuest("bloodtrail""Bloodtrail");


In Ruins [WIP]
03-14-2013, 10:20 PM
Find


Messages In This Thread
emento error - by wazzUPP11 - 03-14-2013, 12:57 AM
RE: Memento error - by PutraenusAlivius - 03-14-2013, 07:10 AM
RE: Memento error - by Nice - 03-14-2013, 04:08 PM
RE: Memento error - by Statyk - 03-14-2013, 06:29 PM
RE: Memento error - by NaxEla - 03-14-2013, 10:20 PM



Users browsing this thread: 1 Guest(s)