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
Teleport the player when he collides an area
lolmaster Offline
Member

Posts: 170
Threads: 9
Joined: Jul 2012
Reputation: 6
#5
RE: Teleport the player when he collides an area

There are lots of ways to incorporate ChangeMap.

AddTimer(string& asName, float afTime, string& asFunction);

SetEntityPlayerInteractCallback(string& asName, string& asCallback, bool abRemoveOnInteraction);

AddEntityCollideCallback(string& asParentName, string& asChildName, string& asFunction, bool abDeleteOnCollide, int alStates);


(This post was last modified: 08-07-2012, 03:45 AM by lolmaster.)
08-07-2012, 03:41 AM
Find


Messages In This Thread
RE: Teleport the player when he collides an area - by lolmaster - 08-07-2012, 03:41 AM



Users browsing this thread: 1 Guest(s)