Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #trigger {^An announcer shouts, \"You only have about 30 seconds remaining, \w+!\s+Make your strikes count!\"$} {#echo >log #FFFF00 arena: 30 seconds left;#log >Arenalog-$charactername.txt [$date $time] arena: 30 seconds left;#play PowerfulEnemy} {arena2}
- #trigger {^An announcer shouts, \"You've run out of time the (.*) is victorious!\"\s+The.+exits the arena\.$} {#echo >log #FFFF00 time ended: $1;#log >Arenalog-$charactername.txt [$date $time] time ended: $1;#play Done} {arena2}
- #trigger {A pair of surly attendants lumbers in and drags the (.*) out of the arena, ridding \S+ of lodged projectiles!$} {#echo >log #FFFF00 vanquished $1;#log >Arenalog-$charactername.txt [$date $time] vanquished $1} {arena2}
- #trigger {An iron portcullis is raised, heralding the arrival of an? (.*)!$} {#echo >log #FFFF00 round 1: $1;#log >Arenalog-$charactername.txt [$date $time] round 1: $1} {arena2}
- #trigger {An iron portcullis is raised, heralding the arrival of an? (.*)!\s+The announcers calls out, \"And here's our next foe!\s+Round (\d*), FIGHT!\"$} {#echo >log #FFFF00 round $2: $1;#log >Arenalog-$charactername.txt [$date $time] round $2: $1;#send watch} {arena2}
- #trigger {The giver flags you over and says, "Here are your winnings, \w+\."\s+The prize giver shows you an arena winner's package containing (.+)\.\s+The prize giver} {#echo >log #00FF00 winnings: $1;#log >Arenalog-$charactername.txt [$date $time] winnings: $1;#play Done} {arena2}
- #trigger {The prize giver shows you an arena winning's package containing (\d*) bloodscrip and (\d*) worth of coins} {#echo >log #FFFF00 earned $1 bloodscrip and $2 coins;#log >Arenalog-$charactername.txt [$date $time] earned $1 bloodscrip and $2 coins} {arena2}
- #trigger {The prize giver shows you an arena winning's package containing (\d*) bloodscrip, (a|an?|some|the) (.*), and (\d*) worth of coins\.} {#echo >log #FFFF00 earned $1 bloodscrip, $4 coins, and $2 $3;#log >Arenalog-$charactername.txt [$date $time] earned $1 bloodscrip, $4 coins, and $2 $3} {arena2}
- #trigger {^An announcer boasts, \"Combatant \w+ is triumphant, defeating all those that opposed (him|her)!\"} {#play Victory} {arena2}
- #trigger {you could try to (back pedal|pedal back) out of the way!$} {#send pedal} {arena1}
- #trigger {you could try to (jump over it|prepare to jump)!$} {#send jump} {arena1}
- #trigger {you could try to bob back and forth!$} {#send bob} {arena1}
- #trigger {you could try to cower (into a smaller target|out of the way)!$} {#send cower} {arena1}
- #trigger {you could try to duck down!$} {#send duck} {arena1}
- #trigger {you could try to lean out of the way!$} {#send lean} {arena1}
Advertisement
Add Comment
Please, Sign In to add comment