Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Teleportion  (Read 1393 times)

0 Members and 1 Guest 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.