The Dink Network

Reply to Re: Frozen In Time

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:
 
 
August 17th 2007, 10:31 PM
spike.gif
The problem with animating Dink is his idle, so you'll need to get rid of that. You can set his brain to 0, or his idle at -1, ie.

sp_brain(1,0);
sp_pseq(1,98);
sp_pframe(1,4);
...blablablablalba...
sp_brain(1,1);

freeze(1);
sp_base_idle(1,-1);
sp_pseq(1,98);
sp_pframe(1,4);
...blablablablalba...
sp_base_idle(1,10);
unfreeze(1);

Using sp_brain(1,0); makes you unable to skip text, but you don't have to freeze Dink.