The Dink Network

Reply to Re: Summoning

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:
 
 
March 14th 2006, 04:26 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
From the DinkC Reference v4.0, under get_next_sprite_with_this_brain:

int &sprite = 0;
loop:
&sprite = get_next_sprite_with_this_brain(9, 0, &sprite);
if (&sprite > 0)
{
say("Banana!", &sprite);
//Increment &sprite so we start with the next sprite
&sprite++;
goto loop;
}