Home   Help Search Login Register  

Author Topic: Teleportion  (Read 1062 times)

0 Members and 2 Guests are viewing this topic.

Offline angusjm

  • Contributing Member
  • **
    • Virtual SAS
Teleportion
« on: 07 Sep 2002, 21:53:14 »
How do you make a unit "teleport" with a trigger to say, the location of another trigger?

Kaliyuga

  • Guest
Re:Teleportion
« Reply #1 on: 07 Sep 2002, 22:11:46 »
Name your guy.. and then make a gamelogic unit, (also named), then use this little spell:

unitname setpos [getpos gamelogicname select 0, getpos gamelogicname select 1,0]

put that little bit in the activation field of your trigger


Oh.. and the Editor's Depot is up everyone.. yet I keep seeing the same old questions over and over and over and over again.... :toocool:

Offline angusjm

  • Contributing Member
  • **
    • Virtual SAS
Re:Teleportion
« Reply #2 on: 07 Sep 2002, 22:44:45 »
Thanks.