How to write directly to UOAM chat?

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Potkan
Posts: 3
Joined: 2006-12-01 07:54:00

How to write directly to UOAM chat?

Post 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.
Grin
Expert!
Posts: 2580
Joined: 2005-05-04 14:05:19
Location: Москва

Post 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...
Potkan
Posts: 3
Joined: 2006-12-01 07:54:00

Post by Potkan »

hmm thanks
Post Reply