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 7th 2006, 08:53 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
I figured out the problem...
&summon = create_sprite(&mholdx, mholdy, 9, 823, 1);
needed to be
&summon = create_sprite(&mholdx, &mholdy, 9, 823, 1);
that y coordinate made him shift to the corner. I'm almost finished with this thing so I'll keep everyone posted on it's progress.