This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

OnStoryHackTerminal - Quest

From the Fallout4 CreationKit Wiki
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.

This event does not fire based on your success when you exit the terminal.

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