ID:159094
 
Well, i really have no clue how to make a mob walk to a spot , and that the mob doesn't walk randomly, but to the given Coordinates.

Help appreciated.
Mitzzz wrote:
Well, i really have no clue how to make a mob walk to a spot , and that the mob doesn't walk randomly, but to the given Coordinates.

Look up the walk_to() and locate() procs in the DM Reference. Press F1 in Dream Maker, and find the Topic tab, and you're all set.
In response to Kuraudo
Now i have a little other question, i have a multi tiled base icon, and i want the upper part to move that way too.

//This is the upper part obj
obj/Upper_Body// This is the character's head
icon = 'Base.dmi'
icon_state="Upper Body"
layer=MOB_LAYER+2
pixel_y=32//Character head ending here
In response to Mitzzz
It should move just fine as long as you're adding it as an overlay.