Scripting Language - Lua
MUSHclient Version - 4.84
Here is what I have now:
It is not firing.
I would like my trigger to be set to go off on the following:
I have the trigger set to
I have Regular Expression Checked. I have muli-line trigger checked to 4.
I have not anchored the regexp to account for the -={ }=- around the words. I have tried this code too,
I am new to this, please help.
MUSHclient Version - 4.84
Here is what I have now:
<triggers>
<trigger
enabled="y"
lines_to_match="4"
match="Through the transparisteel windows you see\: \n Inside the Eastern Docking bay "
multi_line="y"
regexp="y"
sequence="100"
>
<send>s
d
d
d
s
open hatch
leave
close lance
unloadcargo lance
loadcargo lance gems
open lance
enter lance
close hatch
n
u
u
u
n
launch</send>
</trigger>
</triggers>
It is not firing.
I would like my trigger to be set to go off on the following:
Quote:
Through the transparisteel windows you see:
-={ Inside the Eastern Docking bay }=-
Through the transparisteel windows you see:
-={ Inside the Eastern Docking bay }=-
I have the trigger set to
Through the transparisteel windows you see\: \nInside the Eastern Docking bay
I have Regular Expression Checked. I have muli-line trigger checked to 4.
I have not anchored the regexp to account for the -={ }=- around the words. I have tried this code too,
Through the transparisteel windows you see\: \n\-\=\{ Inside the Eastern Docking bay \}\=\-
I am new to this, please help.