i get an error when hosting a game, but there is no error on the dm ?
error
the soldier (/mob/fighter): Move(the sand (78,22,2) (/turf/sand), 8)
runtime error: Cannot execute null.Move().
proc name: Move (/mob/Move)
usr: the soldier (/mob/fighter)
src: the soldier (/mob/fighter)
call stack:
proc Move is a process for following main char? do i have to change that process's name?
You're calling something.Move() somewhere within mob/Move(), but that something is null. Therefore: an error. We'd need to see your Move() proc.
And this belongs in Code Problems.