Deleteline firing prompt

Post Reply
herbert
Posts: 16
Joined: Mon May 11, 2015 4:47 pm

Deleteline firing prompt

Post by herbert »

So Sorry for all the posting but recoding my system and just a few things driving me crazy!

When I use DELETELINE() it always fires a prompt afterwards.. anyway to use deleteLine() without it firing a prompt?

been looking through the manual/tutorial on wiki and cant really find anything to assist :/


I have ONE trigger (perl regex)

0 = ^You will execute the following command when you recover (.+) next\: (.+)$
1 = ^You will execute the following command when you next regain (.+)\: (.+)$

in the trigger I just have: -

deleteLine()

Post Reply