Background for Starfield
Member of the Quest script
eventOnStoryRemoveFromPlayer(ObjectReferenceakOwner, ObjectReferenceakItem, LocationakLocation, FormakItemBase, intaiRemoveType, intaiValue)


Parameters

ObjectReferenceakOwner

ObjectReferenceakItem

LocationakLocation

FormakItemBase

intaiRemoveType

intaiValue


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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