NexPB
01-26-2012, 03:31 PM
Edit: I get this error.
ERROR: SRL_Stats: Wrong info for variable
ores := CountItemsIn('deposit box', 'dtm', oreDTM, []);
xpgained := ores * oreXp;
profit := ores * orePrice;
stats_IncVariable('Iron Ore (Mined)', ores);
stats_IncVariable('Mining EXP (Gained)', xpgained);
stats_IncVariable('Total EXP Gained', xpgained);
stats_IncVariable('Profit Made', profit);
ERROR: SRL_Stats: Wrong info for variable
ores := CountItemsIn('deposit box', 'dtm', oreDTM, []);
xpgained := ores * oreXp;
profit := ores * orePrice;
stats_IncVariable('Iron Ore (Mined)', ores);
stats_IncVariable('Mining EXP (Gained)', xpgained);
stats_IncVariable('Total EXP Gained', xpgained);
stats_IncVariable('Profit Made', profit);