OnStoryHackTerminal - Quest

From the Fallout4 CreationKit Wiki
Revision as of 22:38, 29 August 2024 by Bp42s (talk | contribs) (Added documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sent when the player GUESSES in a terminal. This sends an event containing the terminal ref and the success of each guess input into the terminal.

Event OnStoryHackTerminal(ObjectReference akComputer, bool abSucceeded) 
    Debug.Trace("akComputer" + akComputer + " / Guess success: " + abSucceeded)
EndEvent