The Dink Network

Reply to Re: spinning bonca

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 12th 2005, 10:31 AM
dragon.gif
void main(void)
{
if (&story >= 4)
{
sp_base_walk(1, 270);
sp_base_idle(1, 270);
sp_base_attack(1, 710);
push_active(0);
&basehit += 720;
}
}

will this work?

void main(void)
{
if (&story >= 4)
{
sp_base_walk(1, 270);
sp_base_idle(1, 270);
sp_base_attack(1, 710);
push_active(0);
if (&basehit += 720);
}
}
or this?