The Dink Network

Reply to Re: The Intro-duck-tion

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:
 
 
July 17th 2018, 12:25 PM
duck.gif
Toof
Peasant He/Him
I disagree. 
void main( void )
{
	sp_nodraw(1,1);
	wait(1);
	freeze(1);
	int &narr = create_sprite(143,231,0,343,4);
	sp_base_walk(&narr, 343);
	sp_speed(&narr, 1);
	freeze(&narr);
	say_top("Erm...", &narr);


Ok, here is the new one. The person is frozen, never gets to say_stop() part, Dink is also frozen and invisible, and escape button isn't working. The game is basically frozen.
Note, that I've changed brain from 5 to 0, and I've tried sp_base_walk(&narr, 340)