mob
Commander
icon='grass.dmi'
icon_state="com"
density=1
Enter(atom/movable/A)
if(ismob( A ))
var/mob/M = A
A<<"We have contact with the enemy,Follow the path to reach them."
A.verbs += /mob/verb/Meele
A.verbs += /mob/verb/Shoot
A.loc=locate(7,4,4)
A.frozen=1
A.icon_state="hurt"
A.contents += new /obj/Assault_Rifle/
A.icon_state="sol"
A.frozen=0
Ummm can someone tell me why it's undefined?