ID:1366197
 
(See the best response by Schlafrig.)
WHEN THERE is login, 3 mobs appear together (controlled by the player), commanding the Movement with the click of a mouse.
can you help me create a code like this.

I am very good at creating icons, but with the codes do not understand much (plus English is not my native language)
I'd love to create a spectacular game (with a amazing graphics)
Best response
Well i'm not a pro but I can tell you:
1. Search for a 'caterpillar' type of movement. It is used a lot in RPG games, when there is a team and all the characters move together.
2. If you consider yourself good at design but bad at coding, you should try to learn DM, OR if you don't want to spend your time learning DM you can team-up with a coder and be only a pixel artist.
You can try something like this to make the Click movement:
turf/Click() walk_towards(usr,src)

and if you want the other 2 mobs following the first one, try using walk_towards. Search it in the DM Reference (;