Mm, it could be that you need to alter the wording in the trigger to change the stance variable now.
#TRIGGER {Your stance is now (*).} {#VARIABLE stance %1}
That's Finney's trigger, and it's worded as such because I think that's how it was worded before this new change. Now, however..
Quote:
mood defensive
You assume a defensive stance.
[HP:100] [ME: 43] [PE: 97] [4am] (defensive)
mood aggressive
You assume an aggressive stance.
[HP:100] [ME: 43] [PE: 94] [4am] (aggressive)
I had to add two triggers, myself, to account for the "an" and "a" prior to aggressive and defensive/neutral respectively. So this is what I have:
#TRIGGER {You assume a (*) stance.} {#VARIABLE stance %1}
#TRIGGER {You assume an (*) stance.} {#VARIABLE stance %1}
Does that help?
(edit after Finney's post below:) {a|an} Two birds, one stone. ^_^ Thanks!