- Found in:
- Vanilla
eventOnStoryRemoveFromPlayer(ObjectReferenceakOwner, ObjectReferenceakItem, LocationakLocation, FormakItemBase, intaiRemoveType)
Parameters
ObjectReferenceakOwner
ObjectReferenceakItem
LocationakLocation
FormakItemBase
intaiRemoveType
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryRemoveFromPlayer(ObjectReference akOwner, ObjectReference akItem, Location akLocation, Form akItemBase, int aiRemoveType)
Debug.trace("Event received - OnStoryRemoveFromPlayer: akOwner = " + akOwner + " akItem = " + akItem + " akLocation = " + akLocation + " akItemBase = " + akItemBase + " aiRemoveType = " + aiRemoveType)
endEvent