[7.2.4.1] "Casting()" condition not working properly
sirTribble opened this issue ยท 1 comments
Condition not working for "player"target parameter (or blank), but working properly with "target" target parameter
Not working:
if Casting(demonbolt) spell(demonbolt)
if player.Casting(demonbolt) spell(demonbolt)
Working:
if target.Casting(demonbolt) spell(demonbolt)