In my game I have a trigger as follows:
When this text appears and activates the trigger, I'm able to save the name of the monster as a variable. I'm trying to do the exact same thing where I save the name of the weapon I'm using as a variable, but for reasons I don't understand, it's not working.
Here is the text coming from the game.
Here is the new trigger I'm trying to create.
This is being triggered, but it's not capturing and saving the name of my weapon.
^\>?A (.*?) appears suddenly and attacks!$When this text appears and activates the trigger, I'm able to save the name of the monster as a variable. I'm trying to do the exact same thing where I save the name of the weapon I'm using as a variable, but for reasons I don't understand, it's not working.
Here is the text coming from the game.
You are wearing platemail and a shield and are armed with a halberd.Here is the new trigger I'm trying to create.
^\>?You are wearing .*are armed with a (.*?)This is being triggered, but it's not capturing and saving the name of my weapon.