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?
ID:269857
Nov 4 2005, 2:16 pm
|
|
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> |
In response to Mysame
|
|
Or even <dm> tags. :P
|
In response to Jp
|
|
Lol.
|
~ stands for binary not. :)