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:28 AM
girl.gif
joshriot
Peasant They/Them United States
keep it real 
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.