I have been struggling with this for what seems like weeks (I keep going back to it to see if I can get it to work)
I have no idea WHY this will not work (I don't get any error messages), it just will not fire when the conditions are met.
Did I structure this wrong? I initially used the @variable then switched but neither version worked. Again, I get no error messages, the first half will not fire when the conditions are met.
I have no idea WHY this will not work (I don't get any error messages), it just will not fire when the conditions are met.
<triggers>
<trigger
enabled="y"
expand_variables="y"
group="kaioken"
keep_evaluating="y"
match="Gravity: Normal"
send_to="12"
sequence="100"
>
<send>if GetVariable("kaiokenlevel") == 0 and GetVariable("pki") >= 90 then
Send 'kaioken'
Send 'score'
else
if @pki <= 20 then
Send 'kaioken'
Send 'score'
end
end
end</send>
</trigger>
</triggers>
Did I structure this wrong? I initially used the @variable then switched but neither version worked. Again, I get no error messages, the first half will not fire when the conditions are met.