The Dink Network

Reply to Re: reDink v0.03 Released

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:
 
 
February 11th 2004, 06:34 AM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Yeah, that would be cool. But difficult. And its already sort-of possible to do what you want:

//bob.c
int &bob = create_sprite(320,200,9,651,1);
&save_x = &bob;
spawn("crazexp");

//crazexp.c
void main(void)
{
int &bob = &save_x;