QUOTE (Larquin @ Aug 18 2009, 10:11 PM)

So... ok I feel really dumb now but can you spell this out for me? What would be typed in the pattern box and what goes in the value box?
^Treacherous mountain path ~(road~).$ and ^You see exits leading up and down.$ both go in pattern boxes, for the first state and second state of the trigger. The value box for the first state should be empty in this case, and the value box for the second state would be #sa "Warp to In the centre of the crater (Savannah)".
If you're creating the trigger through the command line or importing it from a text file, you'd do it just as you did in your first post.
CODE
#TRIGGER {^Treacherous mountain path ~(road~).$} {}
#COND {^You see exits leading up and down.$} {#sa "Warp to In the centre of the crater (Savannah)" } {Within|Param=15}
If you're using the settings editor, you would create the first state like you usually would for any trigger, and then to the right of the pattern box, there's a drop-down menu labeled "State:", select -New-, and enter the pattern and value for the new state. Then, click on the "States" tab, and you should see both states listed. For the second state, change "Pattern" to "Within Lines" and 0 to 15.