Background for Starfield
Member of the Quest script
eventOnStoryScript(KeywordakKeyword, LocationakLocation, ObjectReferenceakRef1, ObjectReferenceakRef2, intaiValue1, intaiValue2)


Parameters

KeywordakKeyword

LocationakLocation

ObjectReferenceakRef1

ObjectReferenceakRef2

intaiValue1

intaiValue2


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryScript(Keyword akKeyword, Location akLocation, ObjectReference akRef1, ObjectReference akRef2, int aiValue1, int aiValue2)
    Debug.trace("Event received - OnStoryScript: akKeyword = " + akKeyword + " akLocation = " + akLocation + " akRef1 = " + akRef1 + " akRef2 = " + akRef2 + " aiValue1 = " + aiValue1 + " aiValue2 = " + aiValue2)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.