$cd (GoldSrc)
Jump to navigation
Jump to search
(only in )
Used to set the current working directory for the QC script.
$cd "path/to/files/"
$cd "." // use same directory as QC file $modelname "shell.mdl" $cdtexture "." // look for textures in same folder as QC file $body "Shell" "shell"
$sequence "idle" "shell"