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, 08:37 PM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
Hmm, the base_walk thing might work, I don't know.

But sp_idle? Wouldn't that run through the whole sequence when Dink's idle? And if it does, it means he'll turn into lots of different things seeing as I put the sleeping Dink graphic in the misc graphics sequence. The misc graphics sequence is where I have all the non-animated things. Like Dink sleeping.

sp_dir?! What's that gonna do?!

Maybe I could do:

sp_base_walk(1, 98);
sp_pframe(1, 4);
freeze(1);

That might work...