Background for Starfield
Member of the Quest script
eventOnStoryAddToPlayer(ObjectReferenceakOwner, ObjectReferenceakContainer, LocationakLocation, FormakItemBase, intaiAcquireType, intaiValue)


Parameters

ObjectReferenceakOwner

ObjectReferenceakContainer

LocationakLocation

FormakItemBase

intaiAcquireType

intaiValue


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryAddToPlayer(ObjectReference akOwner, ObjectReference akContainer, Location akLocation, Form akItemBase, int aiAcquireType, int aiValue)
    Debug.trace("Event received - OnStoryAddToPlayer: akOwner = " + akOwner + " akContainer = " + akContainer + " akLocation = " + akLocation + " akItemBase = " + akItemBase + " aiAcquireType = " + aiAcquireType + " aiValue = " + aiValue)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.