- Found in:
- Vanilla
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