Background for Starfield
Member of the Quest script
eventOnStoryCraftItem(ObjectReferenceakBench, LocationakLocation, FormakCreatedItem)


Parameters

ObjectReferenceakBench

LocationakLocation

FormakCreatedItem


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
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.