Background for Starfield
Member of the ReferenceAlias script
eventOnWorkshopNPCTransfer(LocationakNewWorkshop, KeywordakActionKW)

Description

Documentation Comment

Event that occurs when a workshop NPC is directed to move to another settlement


Parameters

LocationakNewWorkshop

KeywordakActionKW


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnWorkshopNPCTransfer(Location akNewWorkshop, Keyword akActionKW)
    Debug.trace("Event received - OnWorkshopNPCTransfer: akNewWorkshop = " + akNewWorkshop + " akActionKW = " + akActionKW)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.