Search found 3 matches

by Hoax13
Tue Mar 30, 2021 10:10 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Having trouble
Replies: 2
Views: 14422

Re: Having trouble

Got one line of the trigger to work. Dropped (a|an|the)
^You get (.*)(unusual|peculiar|exotic|intense|pronounced)(.*?).$
Now to see if the next line works.
^You get (.*)(unusual|peculiar|exotic|intense|pronounced)(.*) from the corpse of (.*?).$
by Hoax13
Tue Mar 30, 2021 9:33 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Having trouble
Replies: 2
Views: 14422

Having trouble

Trying to make a trigger that goes of when looting certain items. I made one, but it seems to go off with all items looted from a corpse. ^You get (a|an|the)(unusual|peculiar|exotic|intense|pronounced)?(.+) from the corpse of (.*?).$ unusual,peculiar,exotic,intense,pronounced are what come in the it...
by Hoax13
Tue Feb 09, 2021 5:14 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Want to add sound to existing trigger
Replies: 1
Views: 13246

Want to add sound to existing trigger

Need help adding sound to this script I picked up. What I want to do is add a sound file to go off with the 'Then' part but not the "Else' part 1 if (tonumber(matches[2])>18) and (tonumber(matches[3])>13) and (tonumber(matches[4])>13) and (tonumber(matches[5])>17) and (tonumber(matches[6])>17) ...