The Dink Network

Reply to Re: some help with treasure chests

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:
 
 
March 3rd 2005, 10:37 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Obviously, if Dink actually says "I found 500 gold.", then the chest scripts runs, make.c runs and gold500.c runs because that's the second line in gold500.c. In other words, there could be a problem with &gold += 500;

Things I can think of: can &gold be found in main.c (to be sure)?, is the status bar updating? (&update_status = 1 should be in start-1.c), have you by any chance set the &gold variable to a negative value in one of your own scripts? or: is there an actual &gold += 500; exactly like that in gold500.c? Or perhaps something else that I can't think of right now