obj
Auto_Ploit
verb
Auto_Pilot()
set category = "Space Machine"
set name = "Auto Pilot"
switch(alert("Auto Pilot To Where?","Aut Pilot","Home Planet","Cancel"))
if("Home Planet")
if(usr.auto == 1)
for(var/turf/Planet/O in world)
usr.auto = 1
walk_to(usr,O)
else
return
if("Cancel")
return
Problem description:
Ight here's what the problem is, when i use the auto pilot near turf/Planet it goes to it, and that's good, but when your too far off it's doesn't, can anyone help me with this ?