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
