12-15-2014, 05:59 AM
To turn Lycan ON/OFF (I hardly ever use):
$ABS.active = true / nil
or better yet....
And for the hud...
The help file has 'script calls' subchapters.
$ABS.active = true / nil
or better yet....
$ABS.cutscene_enable(true) or $ABS.cutscene_enable(nil)
Cutscene enabled set to 'true' makes the combat inactive, turns off dash, and turns off sneak. Good for cutscenes.
And for the hud...
$scene.hud_hide
$scene.hud_show
The help file has 'script calls' subchapters.