ID:179109
 
How do you get mobs to do things such as attack and use skills?
please give an example
Just tell them to use the verb the same way a player would.

for example:
mob/verb/Fireball(mob/M in range())

for(var/mob/M in range())
src.Fireball(M) // src being the monster.