The Dink Network

Reply to Re: dang theese danged faulty scrips....

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 24th 2005, 05:47 PM
pig.gif
I've got another script thats faulty. sorry again agout all this, its just i spend hours trying to get scripts to work before i post them, but i can never get em to work. if you dont mind, keep on reading... excellent, thanks. Heres the script with the problem, and the problem is that it doesent run at all.

ccahier.c - it doesent fun at all.

void talk(void)
{
freeze(1);
say_stop("`8Hi Dink, you have &credit credit left. What do you want to do with it?", &current_sprite);
choice_start()
"Take out all money."
"leave"
choice_end()

if(&result == 1);
{
&gold = (&gold += &credit); //I think this might be where the problem is...
}
unfreeze(1);
}

Thanks guys.