The Dink Network

Reply to Re: New Dev Files: Afterimages and more!

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 9th 2009, 09:15 AM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
Nice, the after image looks good, although I noticed an error in one of your scripts that will result in 1 extra script remaining in use each time the boost elixir is used.

Copy of "killboost.c" below:
--------------------------
//Killboost.c - rabidwolf9
//kills boost effect after 10 sec

void main ()
{
script_attach(1000);
wait(10000);
sp_target(1,0);
set_dink_speed(3);
sp_frame_delay(1, 0);
<< kill_this_task(); should go here.
}
--------------------------

Just thought I'd let you know so you can update it. Nice idea though, I like it.