Two questions, one I hope is an easy one, one head scratcher:
1) Is there anything that works like DUSE, but removes? I'm doing some testing on my re-write and here's what I have:
Code:
Spell Effect - Motivational Speech; IF: TEMPHP; TDMGADDT: Motivated
Customer Effect - Motivated; ADVATK; DUSE
The issue, this lasts for 1 minute (C) and every time my test character gets hit, the effect goes on properly, disables properly, BUT if I hit them every round, the effects tab just starts stacking up! If I turn off the option "Allow Duplicate Effects" it doesn't allow more to activate, unfortunately, it doesn't reactivate it either, and adding STACK gives the same issue (stacks of the same effect, all disabled). I have even tried setting the duration to 1, unfortunately, this has 2 negatives, one, it removes the advantage if the character doesn't use it on their next turn and 2, when disabled, it doesn't remove it.
The basics of the spell; If the target has temphp from the spell and takes damage, they have advantage on their next attack roll. I tried [ROLL] in the custom effect, but it shows up in the CT as the following so I can't use it:
Code:
Motivated; ADVATK; -1
2) This isn't removing when damage is done:
Code:
Sleep; Unconscious; DMGRT
That is the actual copy and paste code from the read me. I was testing it with something else and it wasn't working, so I thought I'd go direct to the source and test a copy paste job.