The Dink Network

Dink die

August 10th 2011, 12:44 PM
boncag.gif
Godley
Peasant They/Them
 
I want the end enemy boss to cast dink freeze and dink die procedure.

How is that?
August 16th 2011, 02:33 AM
duckdie.gif
freeze(1);
&update_status = 0;
int &mholdx = sp_x(1,-1);
int &mholdy = sp_y(1,-1)
 
//int &crap = create_sprite(&mholdx,&mholdy,5,295,1);
 
sp_seq(1, 436);
sp_base_idle(1, -1);
wait(3000);
sp_nohit(1, 1);
sp_brain(1, 0);
}


Looks like 12-year-old's smarter than you.
August 16th 2011, 02:49 AM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
Awkward!
August 16th 2011, 02:55 AM
boncag.gif
Godley
Peasant They/Them
 
Too late, kid.

I figured it out.