Description
Wiki Description
Registers this script to receive OnTutorialEvent.
Only the script that registers for an event will receive it. Other scripts will not receive the event unless they also register for it. Once the event is received, you will be unregistered automatically.
Documentation Comment
Registers to receive tutorial-related events
Parameters
stringasEventName
CK Wiki Description
//falloutck.uesp.net/wiki/OnTutorialEvent_-_ScriptObject "OnTutorialEvent - ScriptObject") for event names.
Examples
; Register for Tutorial event
RegisterForTutorialEvent("HackingEntered")Auto-Generated Example
string myString__asEventName
myScriptObject__toCallFunctionOn.RegisterForTutorialEvent(myString__asEventName)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
