The Dink Network

Reply to Re: Need help, DinkC

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 17th 2006, 04:02 PM
custom_marpro.png
marpro
Peasant He/Him bloop
 
by the way, here's the "dubble" script

//Wizard x2

void main(void)
{
sp_brain(&current_sprite, 9);
sp_speed(&current_sprite, 3);
sp_base_walk(&current_sprite, 580);
sp_touch_damage(&current_sprite, 1);
sp_hitpoints(&current_sprite, 5);
preload_seq(581);
preload_seq(583);
preload_seq(587);
preload_seq(589);

}