multi tasking

Posted by Lost Soul on Fri 18 Oct 2002 07:29 PM — 2 posts, 10,966 views.

#0
alright im trying to use two characters at the same time from one window is this possible with this client?? What i would like is to be able to send commands to the second window with out having to change at all.. this client is very promising but without the ability to play multiple characters on the fly it greatly deminishes its uses for me...

thanks
Australia Forum Administrator #1
You can do that with a bit of scripting. You can make an alias to trap certain commands (eg. with a prefix), do a "world.GetWorld" to get an object reference to the other world, and then use that to do a "otherworld.send". There are examples on the forum of that.

Also you can use the Game menu -> Send to all worlds, this will send a message to all your characters.