Teleporter in SP

Discuss stuff related to HaloCE (for modding, go to the HEK General forum).
Post Reply
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

Teleporter in SP

Post by wanksta »

ok need too make a teleporter in a SP map and im haveing issues...

i tried just makeing a mp teleport but that didnt work then it tried a script that diddnt work.. here the script just in case thatst the problem.


(global object player0 (list_get (players) 0))



(script startup teleport_me

(sleep_until
(volume_test_objects
enter
(players))15)
(object_teleport player0
exit)
(game_save)

)

anyone else have a idea on how too do this :?>
Post Reply