ID:163903
 
Show me an Example of how to make npcs move and attack? It would really help if some showed me the exact coding. i leanr better when i actuall see and examlple not reading about in help.
Read the DM guide this is basic.
Try looking at the step_towards proc- it's very useful for the moving side of things!

Attacking is only possible if people can get hurt. You can only get hurt if you have a body to get damaged, so I suggest setting that up first. :)
In response to Miran94
ok i read but i am still a little confuse can u show me the way it would look coded plz that all i ned to see i can memorize easier if i see exactly what to memorize
In response to Shirukai
You did not read it, because if you did you would understand Go read it, no one is going to help you if you can't help yourself.
In response to Shirukai
Shirukai wrote:
ok i read but i am still a little confuse can u show me the way it would look coded plz that all i ned to see i can memorize easier if i see exactly what to memorize

mob
proc
WalkRand(Lag=0) // this makes the mob walk randomly!
walk_rand(src,Lag)

Attack(mob/m)
m << "You get attacked!"
src << "Attack!" // this attacks the mob specified
In response to Miran94
i did the read i went to help tab and click contens and movement and its confusing. that is guide ur talking bout right??
In response to DivineO'peanut
THANK YOU!!!!!!!!!!!!!!1