The Dink Network

Reply to Re: Bah, humbug.

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:
 
 
June 4th 2005, 06:45 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
int &arrowy;
&yarrow = sp_y(&arrow, -1);


rename &arrowy to &yarrow and you'll be fine. At least, I hope As you can see, it's easy to look over these things.

ADDITION:

Oh, and for the same reason, you'll have to watch out with

if(&tifany==1)
{
int &tifanytwo = Create_sprite(110, 290, 16, 227, 1);


too. &tifanytwo starts with &tifany.