Reply to Re: dang theese danged faulty scrips....
If you don't have an account, just leave the password field blank.
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?", ¤t_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.
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?", ¤t_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.