Hello everyone!
First Question:
Second Question: [RESOLVED] :toot:
Thanks!
-Krobe
First Question:
I was fiddling around with the Variables in VX when I decided that I want a Variable to store a percentage rather than a number. So that I may call upon it when necessary.
For example, let's say you lose a battle, I would like for a Variable to come up that holds 10% to be the amount of EXP lost, and another Variable that holds 50% for, let's say, how much Gold the party loses and vice-versa.
I'm not sure if this would work, but I was thinking you could store a percentage in a Variable using a Call Script like:
Or something like that you know? But that doesn't work, so if anyone has a solution then please let me know!
For example, let's say you lose a battle, I would like for a Variable to come up that holds 10% to be the amount of EXP lost, and another Variable that holds 50% for, let's say, how much Gold the party loses and vice-versa.
I'm not sure if this would work, but I was thinking you could store a percentage in a Variable using a Call Script like:
Code:
$game.variable[1] = 10%
Or something like that you know? But that doesn't work, so if anyone has a solution then please let me know!
Second Question: [RESOLVED] :toot:
I was also wondering, in a Call Script, if it was possible to change which class can use which weapon? For example, let's say I want Arshe's class not to be able to use the Excalibur or whatever at all until later in the game (whether you get the weapon or not is irrelevant), without changing classes, what would the call script be so that it let's him use it later on? And same goes for other party members as well as other equipment.
Thanks!
-Krobe