- Found in:
- Vanilla
eventOnStoryAttractionObject(ObjectReferenceakActor, ObjectReferenceakObject, LocationakLocation, boolabCommanded)
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryAttractionObject(ObjectReference akActor, ObjectReference akObject, Location akLocation, bool abCommanded)
Debug.trace("Event received - OnStoryAttractionObject: akActor = " + akActor + " akObject = " + akObject + " akLocation = " + akLocation + " abCommanded = " + abCommanded)
endEvent