Quantcast
Channel: How to actually and guaranteed to trigger the secret ending (even if you missed certain opportunities) : cyberpunkgame
Viewing all articles
Browse latest Browse all 171

/u/Smitellos on How to actually and guaranteed to trigger the secret ending (even if you missed certain opportunities)

$
0
0

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")) 

Viewing all articles
Browse latest Browse all 171

Trending Articles