ID:261497
 
Ok I got the Lib working and its great but one problem
[Safe_Guard(mob,txt)] !!!!!!!1
How do I put in where its sys like \blue [mob] Says : T
I want that put in there but i just get errors HELP!!!!

Oh and i am using

Safe Guard Suite libary 3.0
Filter system 1.2
Anti spam system 3.5
AND I JUST FOUNT OUT THAT OTHER CANT HEAR ME WHEN I TALK!!!!!
Master Flame Sage wrote:
Ok I got the Lib working and its great but one problem
[Safe_Guard(mob,txt)] !!!!!!!1
How do I put in where its sys like \blue [mob] Says : T
I want that put in there but i just get errors HELP!!!!

Oh and i am using

Safe Guard Suite libary 3.0
Filter system 1.2
Anti spam system 3.5

here is an example of how you can do that:

mob/verb/talk(txt as text)
txt = "\blue [usr] says: [txt]"
Safe_Guard(world,txt)