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.
Event OnStoryHackTerminal(ObjectReference akComputer, bool abSucceeded)
Debug.Trace("akComputer" + akComputer + " / Guess success: " + abSucceeded)
EndEvent