I can create a timer that sends to the mud rather easily using this:
But I can't figure out how to make one that will process "TryAgain = true" as a script. This option is available in MUSHclient's GUI. I just can't figure out how to do it with the AddTimer function.
AddTimer ("soulsteal", 0, 0, 1.5, "TryAgain = true",
timer_flag.Enabled + timer_flag.OneShot, "")
But I can't figure out how to make one that will process "TryAgain = true" as a script. This option is available in MUSHclient's GUI. I just can't figure out how to do it with the AddTimer function.