Reply to Re: reDink v0.03 Released
If you don't have an account, just leave the password field blank.
i had an idea that would be pretty cool for redink.exe, though i dont know much about the technicallities of C, but it would be nice to have some kind of spawn or external command with parameters. like for instance you can have a script
int &bob = create_sprite(1,1,1,1,1,1,1,1,,11,);
and then you can do spawn("this crazy ass explosion",&bob) and then in the "this crazy ass explosion" script you can refer to &bob just like you can in the script you initialized it in.
int &bob = create_sprite(1,1,1,1,1,1,1,1,,11,);
and then you can do spawn("this crazy ass explosion",&bob) and then in the "this crazy ass explosion" script you can refer to &bob just like you can in the script you initialized it in.