OnStoryHackTerminal - Quest
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