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
I need some Help. HARDCORE SCRIPT :P
xtron Offline
Senior Member

Posts: 402
Threads: 37
Joined: May 2011
Reputation: 2
#7
RE: I need some Help. HARDCORE SCRIPT :P

void OnStart()
{
AddEntityCollideCallback("ParentName", "ChildName", "FunctionName", true, 1);
}

void FunctionName(string &in asParent, string &in asChild, int alState)
{
FadeOut(0)
AddTimer("", 1.0, "TimerName")
}

void TimerName(string &in asTimer)
{
TeleportPlayer("StartPosName");
}

This came out of the blue so I never tried it.

[Image: 44917299.jpg]Dubstep <3
07-19-2011, 02:36 AM
Find


Messages In This Thread
RE: I need some Help. HARDCORE SCRIPT :P - by xtron - 07-19-2011, 02:36 AM



Users browsing this thread: 1 Guest(s)