Talk:$sequence: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== idle == | == idle == | ||
Did I read somewhere that all | Did I read somewhere that ''all'' models should have an idle sequence or only prop_dynamic models? --[[User:Beeswax|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 ? --[[User:Beeswax|Beeswax]] 12:01, 2 Apr 2008 (PDT) |
Revision as of 12:01, 2 April 2008
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)