mob
player
admin
verb
Change_Map()
set category = "Admin"
if(global.time=="set")
usr << "There is a time limit!"
if(global.map=="set")
usr << "There is a map!"
else
usr << "Number one is Classic Colosseum. Number two is Tech Lab. Number three allows you to battle in Hell. Four is the Firearms Factory. Five is the Town."
var/map = input(src, "What map?") in list(1,2,3,4,5)
for(var/mob/M in world)
M.z = map
global.map = "set"
How do I add something so when someone logs in, they will be teleported to the map selected here.
-Sin()