ID:1231167
 
Keywords: combat, help, system
(See the best response by Fevablista.)
how to make the enemy attack back and make the mob/player have weapons like a overlay and junk please help

Best response
To make enemy mobs attack back, you'll have to delve into the world of artificial intelligence.

http://www.byond.com/developer/Forum_account/EnemyAI <-- This may be what you're looking for.

obj/Weapon
var/Worn=0
Click()
if(Worn)
Worn=0
usr.overlays-=src
else
Worn=1
usr.overlays+=src

That's a small example of how to add overlays.

Anyhow, I'd advise you to read the DM Guide ( http://www.byond.com/docs/guide/ ). Doing so would help you drastically.
In response to Fevablista
ttthhhhnnnxxx oooooooooooooohhhhhhhhhh wise one