|
foxmajik Beginner
Joined: 14 Jul 2014 Posts: 10
|
Posted: Sat Oct 10, 2015 1:37 am
How to remove multiple lines from the screen |
I want to create a trigger that will remove multiple lines from the screen.
For example, I want to block these lines:
Line1
Line2
Line3
Line4
I select all of the lines, right click and choose "Make Trigger".
CMUD makes a match pattern of "Line1$Line2$Line3$Line4".
Makes sense to me. This seems to tell the trigger to block all each of those lines.
However, when I set the action for the trigger to "remove line from the screen" and save it, the trigger does nothing.
How do I block multiple lines of text with one trigger? |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Sat Oct 10, 2015 12:35 pm |
take a look at #HELP #GAG
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Tue Oct 13, 2015 3:32 am |
specifically, this would be
#GAG -3
#GAG |
|
_________________ Discord: Shalimarwildcat |
|
|
|
foxmajik Beginner
Joined: 14 Jul 2014 Posts: 10
|
Posted: Tue Oct 13, 2015 4:34 am |
shalimar wrote: |
specifically, this would be
#GAG -3
#GAG |
Thank you.
I also didn't know I could search Help using #HELP so thanks for that as well. |
|
|
|
|
|