Since there are no kudos buttons I have found as of yet on this forum.
Very good job. Now that I have seen it. I can't imagine not providing the ability to adjust windows...
Search found 23 matches
- Tue Aug 13, 2019 12:52 am
- Forum: Scripts & Packages
- Topic: Drag and Drop GUI Framework
- Replies: 15
- Views: 53184
- Mon Aug 12, 2019 6:37 pm
- Forum: Help Forum
- Topic: Filter Output Before Display
- Replies: 2
- Views: 5180
Re: Filter Output Before Display
Thanks Vadi. I am posing the resolution provided by you and s/Mud/Game from discord. This is fully resolved with two triggers. If your game does not use black text this can be done with one trigger. Required trigger: patter: type: substring text: ci= Code: local replacement = string.gsub(line, 'ci=(...
- Sun Aug 11, 2019 9:22 pm
- Forum: Help Forum
- Topic: Filter Output Before Display
- Replies: 2
- Views: 5180
Filter Output Before Display
Hello Is it possible to filter what is sent via telnet before it is displayed to the screen. Of course by that I mean without the need to edit mudlet's source code. For example: ci=0,32,225northci=0,0,0; a ci=0,32,225walkwayci=0,0,0 to the Shows that the word north and walkway should be in a blue te...