client
North()
var/X = -1
var/Y = 1
src.mob.Move("[src.mob.x+X],[src.mob.y+Y],[src.mob.z]",1)
Problem description:
Overwriting client.mob.Move is displaying a runtime cannot execute null.Enter, and I am stumped at what the error is caused by.
runtime error: Cannot execute null.Enter().
proc name: North (/client/North)
source file: Destiny.dm,181
usr: TheMob (/mob/player/warrior)
src: Pirion (/client)
call stack:
Pirion (/client): North()