Hello. I have been working on a very basic combat system which is sort of widget-based (javascript doesn't like me and I don't like javascript) SO inside a widget name "EnemyTurn" I try to change both the round and the mc health, but it doesn't seem to be working. Is it impossible or am I just doing something wrong?
Comments
@giucorreias : Hehe, It's quite the opposite in my case. Please provide us your <<widget>> source, otherwise this can't be correctly answered.
I was trying to update the variable's value without calling the passage again (that would be bad because I use append to give the player a battle log and calling the passage again would erase it). I solved it by using <<replace>>.
Still! Thank you for the answers. Sorry to have bothered you all~