So I have triggers to track shielding and rebounding, but when trying to use #if commands in my dsl alias, it does not want to work
I am trying to set it up sort of like:
if '<target has shield> and <target has rebounding> <raze>' but if '<target does not have shield> and <target has rebounding> <raze>' but if '<target has shield> and <target does not have rebounding> <raze>' but if '<target does not have shield> and <target does not have rebounding> then <dsl>'
I have tried to play around with the multiple #if commands, but I can't seem to understand it. I know #if (statment is true) {do this} and #if (statment is true) { #if (statment is true) {do this}} works but I dont get what I want done above.
