Frayed Knot

Everyone => Public Discussion => Topic started by: Azat on November 09, 2019, 12:43:58 pm

Title: GINA easier way to test {C} based triggers
Post by: Azat on November 09, 2019, 12:43:58 pm
Problem: Testing everyone's character name {C} based triggers requires each persons name to be replaced.

Solution: Replace {C} with ({C}|test) you can test everyone's triggers at once by replacing their name with test. The | is an OR operator so now it triggers on one of those two states. You have a universal trigger word for character specific triggers now. yay semi useful!

For instance a trigger like
(Ralaifin {S} shouts, 'It is )time for you to feel (Prince Ralaifin's Disgust, {C})

Would be changed to
(Ralaifin {S} shouts, 'It is )time for you to feel (Prince Ralaifin's Disgust, ({C}|test))

Now the following text will test the trigger for everyone at once but still function like normal the rest of the time.
Ralaifin Sacerdot shouts, 'It is time for you to feel Prince Ralaifin's Disgust, test
Title: Re: GINA easier way to test {C} based triggers
Post by: Kenluin on November 10, 2019, 03:55:30 pm
Good Stuff, thanks Azat!
Title: Re: GINA easier way to test {C} based triggers
Post by: medimus on November 12, 2019, 02:58:32 pm
That's officially handy.  Thanks, Azat!