ID:142629
![]() Apr 11 2008, 1:37 pm
|
|
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 |
Copyright © 2025 BYOND Software.
All rights reserved.
You can't use if like that.