macros for non active windows

Posted by Popeboots on Fri 20 Dec 2002 06:08 AM — 2 posts, 13,501 views.

#0
how can i get a macro to work in a non-active window? i'll try to explain waht i mean.... If i am playing to characters at once and i'm in a battle, i want to be able to get the other char to cast spells (i use a macro to cast them at the moment) without having to keep flicking between the different windows. as you can imagine this gets very annoying after a bit. please help :S
Canada #1
Have the macro call an alias.
Have the alias call a script.
Have the script send text to the other world, or call a subroutine in the other world's script.

Look at the Functions page to learn about the scripting MUSHclient commands to accomplish that task.