Hi folks,  I'm trying to create a trigger that activates when 50% of the enemies are killed.   I'm using this, but doesn't seems to work properly: ({alive _x && side _x == east} count thisList) <= ((({alive _x && side _x == east} count thisList))*0.5); What is wrong with this?   Thanks!