The Dink Network

Reply to Re: Story scripts suck

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:
 
 
August 26th 2005, 11:22 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
The bracket was necessary.

void hit( void )
{
//Hit open bracket
int &rcrap ...
if (&rcrap == 1)
{
// if &rcrap == 1 open bracket
//rock just got hit by a ...
}
// if &rcrap == 1 close bracket
...

This would leave void hit( void ) open. A bracket would close the hit proc.