- Joined
- May 23, 2015
- Messages
- 94
- Reaction score
- 4
- First Language
- Sign Language
- Primarily Uses
- RMMV
Bgillisp suggested me to post a new topic instead to derail.
Is that how we write this way? I mean to form the final formula with multiple totals from few previous formulas? Like this?
Base1 = form the formula of hero's attack power here
Base2 = form the formula of enemy's defense power here
Base3 = some formulas that could be useful of special effects (like, boosted damage if slime-type, for example)
Total = Base1 * Base3 - Base2
Right? if so, then it's alright to create some unexisted results (Base#) until hit the final result (Total)? I want to know it, so I don't have to form the whole in just one line (one whole formula with many parentheses that could make you lost the counts).
If there is any important tip for me to understand (like, do not input the certain sign in it ( +=, -=, =) or something), i would like to know this too. Thanks.
I could want to study RGSS3 but i just want to complete my big project here as quick as possible is all. I never had completed any single project I have made because I am too lazy, XD
Anyway... Is it possible for me to create the multiple formulas before the finalization damage to deal against the target?
Is that how we write this way? I mean to form the final formula with multiple totals from few previous formulas? Like this?
Base1 = form the formula of hero's attack power here
Base2 = form the formula of enemy's defense power here
Base3 = some formulas that could be useful of special effects (like, boosted damage if slime-type, for example)
Total = Base1 * Base3 - Base2
Right? if so, then it's alright to create some unexisted results (Base#) until hit the final result (Total)? I want to know it, so I don't have to form the whole in just one line (one whole formula with many parentheses that could make you lost the counts).
If there is any important tip for me to understand (like, do not input the certain sign in it ( +=, -=, =) or something), i would like to know this too. Thanks.
I could want to study RGSS3 but i just want to complete my big project here as quick as possible is all. I never had completed any single project I have made because I am too lazy, XD
Anyway... Is it possible for me to create the multiple formulas before the finalization damage to deal against the target?
