PDA

View Full Version : Why am i getting variable does not exist



Scaper
02-09-2012, 08:18 PM
Like the title basicaly I get

SRL_Stats: Variable does not exist
=================
Updated SRL Stats
=================

and this is my commit all tho it doesnt commit correctly to the scripts stats yes i have called it in my main loop etc and have added SetupSRLStats.

Procedure Commit;
begin
stats_IncVariable('Fishing EXP (Gained)', 276);
stats_IncVariable('Lobster Caught', 36);
stats_IncVariable('Swordfish Caught ', 33);
stats_IncVariable('Tuna Caught', 30);
stats_Commit();
WriteLn('=================')
WriteLn('Updated SRL Stats')
WriteLn('=================')
end;

thanks

Chris
02-09-2012, 08:21 PM
Did you add those variables to the script?

Sin
02-09-2012, 08:40 PM
So is this all you do?
Use other people's scripts?
Never releasing one of yours since 2007?


On Topic:
Siel didn't add the variables i'm guessing.

Scaper
02-09-2012, 08:49 PM
Yea I added those vars to the script

and sin take it away from here this is for personal use as I am using his script to 99 so want to see how many swordies and tuna i catch from 96-99 its not for him for personal use.

so dont start or ill slate u again and pull u apart from the seams.

Im simply asking for help ill release scripts if i want to not just to prove to some 12 year old.

Sin
02-09-2012, 08:58 PM
Yea I added those vars to the script

and sin take it away from here this is for personal use as I am using his script to 99 so want to see how many swordies and tuna i catch from 96-99 its not for him for personal use.

so dont start or ill slate u again and pull u apart from the seams.

Im simply asking for help ill release scripts if i want to not just to prove to some 12 year old.
"Again"?
If you remember correctly, i'm the one who destroyed your arguments :)

Scaper
02-09-2012, 09:04 PM
You did? I dont remeber lets take a look back in your karmaja fisher thread then yes?

Anyway keep going ill just report your childish arrogant and rude, think you all high and mighty because you gained the SRL member rank weepies because someone released a script crying because he told you to correct the requirements and you made a thread about him saying he hating on you because he don t want compottion?? remeber now? and in all fairness he never once hated on you

so please take your sorry ass of excuses off my thread cya.

Sin
02-09-2012, 09:09 PM
L2UseGrammarAndPunctuationProperly.
Release a script and i'll be happy.

masterBB
02-09-2012, 09:11 PM
Quit flaming please. I personally think you're both posting offensive replies.

On topic:
How does it work with only one var? Maybe you made a mistake while typing the stats name.

Kyle Undefined
02-09-2012, 09:23 PM
Sin, your post had nothing to do with the topic. Please refrain from going off topic :)

I've noticed some weird errors when committing stats, try committing one at a time and see which one is the culprit.