Talk:$sequence

From Valve Developer Community
Revision as of 12:01, 2 April 2008 by Beeswax (talk | contribs)
Jump to navigation Jump to search

idle

Did I read somewhere that all models should have an idle sequence or only prop_dynamic models? --Beeswax 15:18, 31 Mar 2008 (PDT)

$sequence syntax

I found this example, which does not fit the syntax in the article ....

$sequence dieforward "dieforward" ACT_DIEFORWARD 1 fps 16.00 {
 { event 2002 10 }
}
  • ACT_DIEFORWARD 1 is the name of an activity but there's no "activity" key ?
  • { event 2002 10 } looks like an undeclared keyvalues block ?

... is there something wrong with my MDLdecompiler or my understanding of the syntax rules ? --Beeswax 12:01, 2 Apr 2008 (PDT)