The Dink Network

Reply to Re: Problemo again

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
April 6th 2009, 11:19 AM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
The script works for me...

I really haven't got any idea what might be behind this, you could try inserting two say_stop(); commands to make sure that the amount of gold really isn't changing. Just replace:

&gold += 200;

with:

say_stop("gold is &gold",1);
&gold += 200;
say_stop("gold is &gold",1);


Other than that I can't think of anything right now.