March 28, 2024, 05:42:24 pm

News:

Welcome to the Frayed Knot EverQuest Discussion forums. This discussion forum is for the exclusive use of the members of the Frayed Knot guild and their authorized guests. Any use other than that authorized by the forum owner and administrators is prohibited.


GINA easier way to test {C} based triggers

Started by Azat, November 09, 2019, 12:43:58 pm

Previous topic - Next topic

Azat

November 09, 2019, 12:43:58 pm Last Edit: November 12, 2019, 07:08:33 pm by Azat
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

Kenluin


medimus