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


Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
4* Questions and Questions are in comic :O
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#25
RE: 4* Questions and Questions are in comic :O

(06-10-2011, 11:19 PM)miguli Wrote: Okay, damn it MSN is down for while still :'(
But, but, but how to make that disappears thing. I dont get it how i can make that those 2 monster disappears and appears thing is in same. (if i understand what Kyle said)

Like this:

void OnStart()
{
     SetEntityPlayerInteractCallback("note_letter_1", "Func01", true);
     AddEntityCollideCallback("Player", "safearea_1", "Func02", false, 1);
}
void Func01(string &in asEntity)
{
     SetEntityActive("grunt_1", true);
}
void Func02(string &in asParent, string &in asChild, int alState)
{
     SetEntityActive("grunt_1", false);
}

06-10-2011, 11:23 PM
Find


Messages In This Thread
RE: 4* Questions and Questions are in comic :O - by Kyle - 06-10-2011, 11:23 PM



Users browsing this thread: 1 Guest(s)