ID:155966
 
ok well i created the Create New() blah blah blah,log in ect
but the thin is the mob wont move i didnt think i had to code in movement macros,can some one help me?

Thanks for any help
The default skin includes all of the movement macros, have you modified the skin at all?

Try directly calling North(), East(), South(), West(), etc. to see if you get any movement.
In response to ANiChowy
i modified the window but left the macros alone >_> i have no idea why it wont move

how do i call move north()south()east()west(),dont need to write the code for me just tell me where i can find this info or tell me what/how it should be (ex)

mob/player
proc
move()
north
..()



like that?