- Found in:
- Vanilla
eventOnStoryCraftItem(ObjectReferenceakBench, LocationakLocation, FormakCreatedItem)
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends Quest
event OnStoryCraftItem(ObjectReference akBench, Location akLocation, Form akCreatedItem)
Debug.trace("Event received - OnStoryCraftItem: akBench = " + akBench + " akLocation = " + akLocation + " akCreatedItem = " + akCreatedItem)
endEvent