The Dink Network

Reply to Re: Making a new Idle for dink?

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:
 
 
January 22nd 2014, 04:02 PM
milder.gif
truthghost
Peasant He/Him United States
i am Ancient 
Should I add it into Dink.ini or Start1.c?

Here's the .C lines I have

    //Change dink from a mouse pointer into a human being.  
    
    preload_seq(850);

    preload_seq(852);

    preload_seq(854);

    preload_seq(856);               

    sp_base_idle(1, 848);


The idle sequence works fine, but it doesnt reverse like the original Dink, so it jumps back to the first frame at the end of the sequence.

Thanks.