Click here to join us on IRC (#charas on irc.freenode.net)!
DB- Anyway, make a common event, make it parallel process, and if you turn on a switch when you go into the menu system, set that as the trigger switch.- Set a variable [hp] to the hero's hp.- Set a variable [hp 1 digit] to [hp]- Set a varaible [hp 10 digit] to [hp]- Set a varaible [hp 100 digit] to [hp]- Set a variable [hp 1000 digit] to [hp]- Select [hp 100 digit], select the operation MOD, and enter in a value of 1000- Select [hp 10 digit], select the operation MOD, and enter in a value of 100- Select [hp 1 digit], select the operation MOD, and enter in a value of 10- Select [hp 1000 digit], select the operation SUBTRACT, use the variable referance of [hp 100 digit]- Select [hp 100 digit]. select the operation SUBTRACT, use the variable reference of [hp 10 digit]- Select [hp 10 digit], select the operation SUBTRACT, use the variable reference of [hp 1 digit]- Divide [hp 1000] by 1000- Divide [hp 100] by 100- Divide [hp 10] by 10Thats itYou'll have to make (copy) this event for every value you wish to split, I sugest putting them all in the same common event though to save space.Just in case you were confused on what that did, lets say the value was 2356, you would now have four variables. [hp 1000 digit] would be 2, [hp 100 digit] would be 3, [hp 10 digit] would be 5, and [hp 1 digit] would be 6.Hoped that helped If you have any other questions, feel free to ask.