Page 1 of 1

How to write directly to UOAM chat?

Posted: 2007-08-14 17:40:26
by Potkan
Hi

I tried uo.msg,uo.serverprint,uo.say,uo.sayu.
Only uo.say,uo.sayu works, but if you use uo.say("-- something") and if you are writting something at that time you will say something like this "sdfsdf-- something".
Can you help me please? How to do it better or some command to write directly to UOAM chat?

Thanks a lot.

Posted: 2007-08-14 18:27:15
by Grin
Only two triks:
1) before useing uo.say('--...'), do some backspaces (uo.say(chr(8)+chr(8)+...))
2) Use uo.InJournal if you have done something like 'dfsdf--...'. Find it and retype...

Posted: 2007-08-14 18:37:40
by Potkan
hmm thanks