[quote:mstsqam8]Is between values Test if a number is between two values (greater or equal to a lower value and less or equal to a higher value).
Thanks Bratha
Doing the health bar width condition took me about three days with no result. So after posting this question, I looked for another alternative, having not much experience with arrays, I analysed closely the sequence of the code, I'm pretty sure there is something I could play around with. So I started messing the values in the arrays, going back and forth with the 2 event sheets, testing on the preview browser, until I hit the jackpot. Finally, got it working, the solution is in the powerful arrays, also, I increased the value on start of stars, instead of adding stars on the global variable, now every-time the hero hits the poison it subtracts 1 from the global star variable as well as the width of health. Ouch! My brain still hurts.