The Dink Network

Reply to Re: Quick 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 30th 2005, 06:56 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
void beaver(void)
{
int &beaverx;
// -1 will cause it to return the current value without modifying it
&beaverx = sp_x(&killerbeaversupersprite, -1);
// Modify the value
&beaverx += 53;
// Set the value
sp_x(&killerbeaversupersprite, &beaverx);
}