my direction procs are the regular ones simply.
North()
South()
East()
West()
i think [THINK] the code should be something along these lines
if(usr.North())
but when i do that i get an error like this
"14:error:usr.North:undefined var"
does anyone know why? or can you tell me the correct way to this problem