cam some one tell me how to fix this plz?
unmute(mob/M as mob)
set category = "GM"
if(!M.key)
src <<"You Can't Unmute An NPC!"
return
if(M.key == usr.key)
src <<"You Can't Unmute Yourself!"
else
M.verbs+=/mob/verb/say
world <<"[M]
Has Been Unmuted By [src]!"
ID:267266
![]() Jan 31 2003, 5:26 pm
|
|
![]() Jan 31 2003, 5:28 pm
|
|
make sure the verb is say not Say cuz byond coding is CaSe SeNsAtIvE
|
I personally go this way, instead of adding and subtracting there world say, more efficient, try this:
mob RaeKwon |