I'm back and once again trying something ridiculous. After running into issues with the screen flickering horribly in my last few scripts I've come up with a way to fix that issue and get all my mini windows working.
Is there anyway to have triggers/timers/aliases work on a disconnected world?
Using this post (http://mushclient.com/forum/?id=7991) as a reference I have created a dummy world. My plugin takes all information sent from the game and redirects it into the dummy world, and I've added in the second plugin so that I can send commands to the game via the dummy world.
Because of the way the prompt works in the game I play I have to add a newline at the end of it in order to get the prompt in the dummy world to update properly, this is fine. However the newline is not blank, it has '>' at the very end which would normally not be a problem except I can't use a trigger to omit this line.
Is there anyway to have triggers/timers/aliases work on a disconnected world?
Using this post (http://mushclient.com/forum/?id=7991) as a reference I have created a dummy world. My plugin takes all information sent from the game and redirects it into the dummy world, and I've added in the second plugin so that I can send commands to the game via the dummy world.
Because of the way the prompt works in the game I play I have to add a newline at the end of it in order to get the prompt in the dummy world to update properly, this is fine. However the newline is not blank, it has '>' at the very end which would normally not be a problem except I can't use a trigger to omit this line.