I have read the posts that deal with this, but I can’t get it to work. Here is what I have, I look forward to any help.
Some of my script file:
sub logon
world.closelog
world.openlog "C:\Program Files\MUSHclient\worlds\capture.txt", false
world.send "info here"
world.send "listen"
end sub
sub logoff
World.closelog
world.openlog "C:\Program Files\MUSHclient\worlds\avalon.txt", true
end sub
I have a trigger that should execute “sub logoff” when the response for “listen” comes back but it doesn’t work. It does work when I type in “listen”. I can work with any text I can assign to a variable or a file but how do I do get that far?
Thanks for any help.
James
Some of my script file:
sub logon
world.closelog
world.openlog "C:\Program Files\MUSHclient\worlds\capture.txt", false
world.send "info here"
world.send "listen"
end sub
sub logoff
World.closelog
world.openlog "C:\Program Files\MUSHclient\worlds\avalon.txt", true
end sub
I have a trigger that should execute “sub logoff” when the response for “listen” comes back but it doesn’t work. It does work when I type in “listen”. I can work with any text I can assign to a variable or a file but how do I do get that far?
Thanks for any help.
James