11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
|
Scriptname _00E_Func_RefreshFace Hidden
|
||
|
|
||
|
Function RefreshFace() Global
|
||
|
|
||
|
String facegen = "bUseFaceGenPreprocessedHeads:General"
|
||
|
Utility.SetINIBool(facegen, False)
|
||
|
Game.GetPlayer().QueueNiNodeUpdate()
|
||
|
Utility.SetINIBool(facegen, True)
|
||
|
|
||
|
EndFunction
|