ID:269857
 
i can't figure out what is wrong


mob/verb/Fart()
for(var/mob/M in oview())
spawn() M.Blinded(src.name)
mob/proc/Blinded(T as text)
ASSERT(istext(T))
src << "[T]: Ahhhh..."
src << "[T] has farted and you passed out!"
src.sight|=BLIND
sleep(10)
src.sight&=BLIND



this cause permablind----i dont want that

i just want temp blind. could someone tell me how to make it like or at least what missing to make it like that?
try src.sight&=~BLIND instead of src.sight&=BLIND

~ stands for binary not. :)
In response to Jon88
ok now what my guy won't follow who i tell it to follow...



mob
var/tmp
leader
verb
Follow(mob/M)
leader = M


whats wrong now?
In response to Pyro_dragons
For the love of kittens, use
<dm>
tags!
In response to Mysame
Or even <dm> tags. :P
In response to Jp
Lol.