If someone searching for
CheckFactValue is not a GameInstance member and is not a global
In version 2.02 CET fact commands have changed (the command itself, not the values):
Game.SetDebugFact("factname", X)
is replaced by:
Game.GetQuestsSystem():SetFactStr("factname", X) Game.CheckFactValue("factname")
is replaced by:
print(Game.GetQuestsSystem():GetFactStr("factname"))