View Single Post
Old 03-15-10, 12:57 PM   #4
Heretic
Commodore
 
Join Date: Mar 2005
Location: Nebraska
Posts: 617
Downloads: 240
Uploads: 2


Default

I noticed that while looking though the animations. It's not actually tied to music playing tho. Just another idle animation (three actually) that plays every so often. Quite alot of work went into all these animations, many of which are not used.

Quote:
Wp:SetGlobalVariable( VAR_SQ_COOK_STATE, 1 );
Wp:Goto( "SQ_COOK_B" );
Wp:PlayAnimationAndWait( "SQ_COOK_B_Idle01" );
Wp:PlayAnimationAndWait( "SQ_COOK_B_Dance01" );
Wp:PlayAnimationAndWait( "SQ_COOK_B_Idle01" );
Wp:PlayAnimationAndWait( "SQ_COOK_B_Dance01" );
Wp:SetGlobalVariable( VAR_SQ_COOK_STATE, 0 );
Heretic is offline   Reply With Quote