Teleporter in SP
Posted: Fri Jun 15, 2007 5:13 pm
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
>
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
