Himitsu
11-06-2001, 10:18 PM
I wrote a simple macro that tries to ensure that both people start running at the same time. If you can think of a better way, please let me know.
"ptest"
{
if @my.right_item != "potionofenergy"
"/equip potionofenergy" "\r"
if @env.textLog < "Go!"
"/use" "\r"
"/move south run" "\r"
}
"nptest"
{
if @env.textLog < "Go!"
pause 2
"\move south run" "\r"
}
"ptest"
{
if @my.right_item != "potionofenergy"
"/equip potionofenergy" "\r"
if @env.textLog < "Go!"
"/use" "\r"
"/move south run" "\r"
}
"nptest"
{
if @env.textLog < "Go!"
pause 2
"\move south run" "\r"
}