ID:142629
 


if
verb
Telepathy(mob/M in world, msg as text)
Safe_Guard(M,SGS_Filter_txt("[usr]: [msg]"))
Safe_Guard(usr,SGS_Filter_txt("[usr]: [msg]"))
World_Say(msg as text)
set category = "Social"
if(usr.mute == 1)
usr << "YOU'RE MUTED!"
else
Safe_Guard(world,SGS_Filter_txt("[usr]: [msg]"))

It says missing condition: Verb
if
verb


You can't use if like that.
In response to Garthor
y cant i
In response to Garthor
What should I put cause im new to this?
In response to Gbaby11391

mob/verb
Say(msg as text)
set category = "Communication"
view(6) << "[usr] says: [msg]"