i made a group,
if Character Equipment lvl is = to level 0
and experience is greater than or equal to 180
and button instance variable is equal to 1
and when click button it should make Text to level 1
second group
if Character Equipment lvl is = to level 1
and experience is greater than or equal to 216
and button instance variable is equal to 2
and when click on button it should make Text to level 2
every time when i have 1600 experience, and then i click on button it makes the Text level 2 already and not level 1 first, It triggers both events at once.
but if i change the equipment lvl to (if character LVL is = 4 then if u click button it should make Text to level 1, and if character LVL is = 7, then if u click button it makes Text level 2) then it works perfect, i dont understand why the equipment level isn't working :(