mob/CoOwner
verb
Slap(mob/M in world)
set category="Owner"
world<<output("A HAND DECENDS FROM THE HEAVENS AND SLAPS THE HELL OUT OF [M]!!")
Event_Location()
set category="GM"
if(z!=40)
savedloc=loc
for(var/mob/ironsand/M in world)if(M.owner==src)del M
loc=locate(177,57,1)
usr<<"<B>You have teleported to Event Location."
Turn_Into_Death()
set category="Owner"
Problem description:
Everything is lined up just fine yet i keep getting this error
Go to Options -> Show Tabs (CTRL+T) to make it easier to see.