Edit:
So new question, every TWO loads I'll just commit 87.
How do I figure out every 2 loads?
If TStones mod 2 = 0 Then
Commit
Correct?
stats_IncVariable only takes integers.Simba Code:stats_IncVariable('Magic EXP (Gained)', 43.5);
So I want to do
And every 2 times I do the spell, do a:Simba Code:stats_IncVariable('Magic EXP (Gained)', 43;
Simba Code:stats_IncVariable('Magic EXP (Gained)', 1);
Would mod be the right thing to do?
Simba Code:stats_IncVariable('Magic EXP (Gained)', 43);
If TStones Mod 2 = 0 Then
stats_IncVariable('Magic EXP (Gained)', 1);
Ya? No? Wa?
bla bla bla garbage, talking to Harri on IRC about it, screwed up math anyways lolz.










Reply With Quote






