The Dink Network

Reply to Re: simple stupid question.

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:
 
 
October 2nd 2004, 09:12 AM
anon.gif
spacehoggy
Ghost They/Them
 
sorry, i was unclear. what i meant was this;

void talk(void)
{
if (&ultrabeaver == 1)
{
say_stop("wow, that sure was one episode of beaver smiting.", &cuurent_Sprite);
&ultrabeaver = 2;
}
}
}
*this is were the problem is, i want the conversation to stop, until you go back to the man and talk to him, but it just continues along the script like some biligarent turd.
{
{
if (&ultrabeaver == 2)
{
say_stop("i've already said the thingy", &cuurent_Sprite);
}
}
}