ID:179296
 
Is there any difference in these two procs? I've seen it done both ways, I've always used the var/mob/M method because that's what was used in the tutorials.

Is there any difference I should know about or is it just personal taste?
I *think* they're the same:

proc(mob/M)

proc(/mob/M)

proc(var/mob/M).