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
Angerpull Offline
Member

Posts: 88
Threads: 24
Joined: Jun 2011
Reputation: 0
#8
RE: I need some Help. HARDCORE SCRIPT :P

(07-19-2011, 02:36 AM)xtron Wrote:
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.

I see what you're trying to do. But I want the entire booming effect and all of that. Idk how to do it, and the Frictional Games HPS files is like a maze... made out of mirrors... in Harry Potter.
07-19-2011, 02:42 AM
Find


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



Users browsing this thread: 1 Guest(s)