trouble getting a trigger to trigger v4.61

Posted by Chichi on Mon 07 Feb 2011 03:14 AM — 3 posts, 12,633 views.

#0
m deb
A destination appears on the ship's navigation controls: Debris.
The deck beneath you vibrates slightly as the relativity drive begins accelerating the starship through space.
The sounds of the relativity drive slowly cease as the starship comes to a halt.
sal
You instruct the computer to begin scanning for debris.
You hear a thunk as a salvaging line is deployed into space. You watch as the line slowly winds its way to a piece of debris, projects an energy net around it and begins to slowly make its way back to the ship.
The computer announces, "Scans reveal the debris to be a disabled laser turret."
m deb
A destination appears on the ship's navigation controls: Debris.
The deck beneath you vibrates slightly as the relativity drive begins accelerating the starship through space.
The sounds of the relativity drive slowly cease as the starship comes to a halt.
sal
You instruct the computer to begin scanning for debris.
You hear a thunk as a salvaging line is deployed into space. You watch as the line slowly winds its way to a piece of debris, projects an energy net around it and begins to slowly make its way back to the ship.
The computer announces, "Scans reveal the debris to be a defunct satellite."

this is an example of the text i'm trying to get


<triggers>
  <trigger
   enabled="y"
   group="Multi Line"
   lines_to_match="2"
   keep_evaluating="y"
   match="You hear a thunk as a salvaging line is deployed into space\. You watch as the line slowly winds its way to a piece of debris\, projects an energy net around it and begins to slowly make its way back to the ship\.\nThe computer announces\, \&quot;Scans reveal \Z"
   multi_line="y"
   regexp="y"
   sequence="100"
  >
  <send>m deb</send>
  </trigger>
</triggers>

and here is what copy got me from the trigger i've set up so far
it isnt working (the other trigger to automaticly do the sal after the ship stops moving is working just fine but i can't get this one to work so far i'm doing this part manually (m deb is the command to move to the next debris field)
Australia Forum Administrator #1
Get rid of the final \Z.

That matches "end of subject" but the subject hasn't ended because there is more on the line.
#2
thanks!