Cannot seem to move. in Developer Help
|
|
Code:
client North() if(usr.inmessage==2) if(usr.msgpos>=length(usr.answers)) usr.client.MoveCsr(EAST) else usr.client.MoveCsr(NORTH) else ..() South() if(usr.inmessage==2) if(usr.msgpos<=1) usr.client.MoveCsr(WEST) else usr.client.MoveCsr(SOUTH) else ..()
Move() if(NameSelecting) return 0 else ..()
|
Problem description:
I cannot seem to move, the only things that might be overwritten are the above posted snippets. mob/Move() have been overwritten. Also, the macros are set fine in the interface file aswell. I'm not sure what's wrong here.
|