ID:146334
 
Code:
Say(txt as text)
set hidden = 1
if(Muted.Find(src:key)) src << "<tt>You are muted."
else
view(7) << "<font color=red>{Say}</font><font color=blue>[name]</font>::<font color=green>[Safe_Guard(txt)]</font>"


Problem description:

When I compile it its okay but when I'm in the game talking, it comes out as:

{World}Jon::
{World}Jon::

-----SafeGuard log started on Jul 17 19:20-----
Jon (Crzylme) said at time: Jul 17 19:20 :
Jon (Crzylme) said at time: Jul 17 19:20 :

is there a way I can fix this?

1) You're using : wrong
2) You're using Find() incorretly
3) It seems you posted the wrong verb, that verb doesn't have "{World}" in it.