The Dink Network

Reply to Re: I'm new to developing and I need a little help.

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:
 
 
April 5th 2005, 07:50 AM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
Actually, you need to modify more than Chaotic says.

void touch( void )
{
freeze(1);
sp_x(1, 472);
sp_y(1, 330);
sp_seq(1, 452);
sp_frame(1, 1);
sp_nocontrol(1, 1);
sp_touch_damage(&current_sprite, 0);
sp_brain(1, 0);
wait(2000);
script_attach(1000);


You must change the highlighted line so that the Dink crawling through a hole sequence lines up with the hole. Hope that's clear enough...