mulitline trigger

Posted by Atheis on Sat 06 Mar 2010 09:54 PM — 2 posts, 12,647 views.

#0
im new to muding and want to create a trigger that matches 2 lines then send a command to the world. i have no experience in scripting so if you could explain what you are doing that would be great.

what happens is i get knocked down by a monster and need to stand back up again. if you play iron realms game youll know about the equilibrium/balance thing.

1st line - the monster knocks me down:
* sending you sprawling to the floor.

then the trigger would send:
stand

sometimes you have just cast a spell, etc... and have not revovered equilibrium so you must wait until you have in order to stand

2nd line would read:
you have recovered equilibrium

trigger would send:
stand

so i need a trigger that will make you stand if you have equilibrium and wait if you dont have equilibrium
Australia #1
That's not a multi line trigger, that's two separate ones.

Paste your messages you want to match into the trigger match box in a new trigger, and put your command you want to send (stand) in the box below. Make sure your capitalization etc matches what you'll see on the screen.

This topic: http://www.gammon.com.au/forum/?id=9626 may help you.