ID:952785
 
(See the best response by DarkCampainger.)
Code:
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
Best response
You're mixing spaces and tabs, use one or the other (personally, I would suggest tabs).

Go to Options -> Show Tabs (CTRL+T) to make it easier to see.
In response to DarkCampainger
Ahh, good shot, thanks xD
For future reference, please use the forum search before posing a question - it will help save you time if a similar question was asked previously (and this is a rather commonly asked problem) ^.^
In response to GhostAnime
GhostAnime wrote:
For future reference, please use the forum search before posing a question - it will help save you time if a similar question was asked previously (and this is a rather commonly asked problem) ^.^

Okay, ill keep that in mind
In response to GhostAnime
C'mon, if you're gonna do that, at least post the pic I post when explaining this.