- Found in:
- Vanilla
eventOnWorkshopNPCTransfer(ObjectReferenceakSenderRef, 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 RefCollectionAlias
event OnWorkshopNPCTransfer(ObjectReference akSenderRef, Location akNewWorkshop, Keyword akActionKW)
Debug.trace("Event received - OnWorkshopNPCTransfer: akSenderRef = " + akSenderRef + " akNewWorkshop = " + akNewWorkshop + " akActionKW = " + akActionKW)
endEvent