how do... when i have variable 'Constitution' to 1, 'max HP' i set to 12 but when i set 'constitution' to 2 'max HP' is to 24 ?
I can do it with many events but im looking for simplier solution with One event
delgado:
I'll call your condition for constitution to change Condition_C
On Condition_C:
set Constitution to Variable
set Max_HP to 12*Constitution
But I don't how if that is exactly what you want
Develop games in your browser. Powerful, performant & highly capable.
Yes it works perfectly and your solution is true simple! thanks!
Aphrodite
i create Variable called 'Defense' so i set event:Set defense to head *1 & arm *3 & shield *4 & boots *1
and defense still shows me '1'
I do not know how to sum ??up all the variables
Aphrodite i create Variable called 'Defense' so i set event:Set defense to head *1 & arm *3 & shield *4 & boots *1 and defense still shows me '1' I do not know how to sum ??up all the variables
delgado
replace your & by +, since they are numbers