- Found in:
- Vanilla
eventOnWorkshopNPCTransfer(LocationakNewWorkshop, KeywordakActionKW)
Description
Documentation Comment
Event that occurs when a workshop NPC is directed to move to another settlement
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnWorkshopNPCTransfer(Location akNewWorkshop, Keyword akActionKW)
Debug.trace("Event received - OnWorkshopNPCTransfer: akNewWorkshop = " + akNewWorkshop + " akActionKW = " + akActionKW)
endEvent