$append

From Valve Developer Community
Revision as of 13:25, 9 January 2024 by WisdomBot (talk | contribs) (WisdomBot moved page $append to $append/en: Moved to {{Multipage}} compliant page name. This action was perfomed by a bot under supervision.)
Jump to navigation Jump to search
English (en)Translate (Translate)
It allows you to add more options to the specified sequences or animations after declared.
Please see $continue QC command for further info.

Syntax

 $append "SequenceName" <options>

Examples

$sequence "idle" a_idle {
	loop fps 40
	iklock "rfoot" 1 0
	iklock "lfoot" 1 0
}

// more QC stuff \\

// add this options after all other $sequence options
$append "idle" noautoik x y z

See also