Reply to Re: reDink v0.03 Released
If you don't have an account, just leave the password field blank.
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;
//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;