Skip to content

Thief controlled script stops working after importing character on Heart of Winter.

Hey all, I recently started my adventure in Heart of Winter, only to realise that my thief no longer can use her "Thief controlled" script.

Actually the find traps option works fine, but when I hit D to swap to Hide in shadows nothing happens.
Note: AI is turned on.

Comments

  • MathsorcererMathsorcerer Member Posts: 3,037
    If you use the console you can enter C:GetGlobal("oh_thfs","LOCALS"); to see what value the variable has. Ideally, it will be either 0 or 1 but it may not have a value or be recognized variable, which may be the problem. If so, you can then C:SetGlobal("oh_thfs","LOCALS",0); and then press the "D" key to see what happens. I have had problems with using local variables from time to time so I would probably edit the script so that those are global variables.
Sign In or Register to comment.