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
Teleporting items & Vaporizing items
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#13
RE: Teleporting items & Vaporizing items

AddEntityCollideCallback("nameofitem", "ScriptReturn", "REturn", false, -1)


void REturn(string &in asParent, string &in asChild, int alState);
{
ResetProp(string &in asName);
}

The false is that it will always repeat.
The -1 is when it leaves the area.

Combine beecake's script with this one and it should work.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
10-22-2012, 01:31 PM
Find


Messages In This Thread
Teleporting items & Vaporizing items - by ZodiaC - 10-21-2012, 01:46 AM
RE: Teleporting items & Vaporizing items - by The chaser - 10-22-2012, 01:31 PM



Users browsing this thread: 1 Guest(s)