The Dink Network

Reply to Re: i could use some help

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:
 
 
May 29th 2008, 03:28 AM
fairy.gif
Someone
Peasant He/Him Australia
 
From memory, need { } even when there's only one line if that line is setting a variable. ie

if (&count == 1)
{
&num = say_xy("&count second remaining",0,0);
}

else
{
&num = say_xy("&count seconds remaining",0,0);
}