turf
no_attack
icon = 'stealth.dmi'
Entered()
usr.verbs-=/mob/verb/Attack
Problem description:k i tried to use return at the end of this to make it so once ur off the turf it goes back to normal and that didnt work, how would i make it so it does come back?
To something similar to this:
Then just add a check in your attack verb, to set it so that if the mobs attack var is one, they can attack, 0 if they cannot. Also, i belive Entered() and Exited() need to have arguments with them, but im not sure, and im to lazy to check. so u might wanna look that up.