Template:O BaseActbusyGoal: Difference between revisions
Jump to navigation
Jump to search
(who put those params there? outputs cannot process parameters!) |
(today i learned something very obscure) |
||
Line 1: | Line 1: | ||
{{IO|OnNPCStartedBusy|Fired when an NPC targeted by this entity starts an ActBusy animation sequence.}} | {{IO|OnNPCStartedBusy|param=targetname|Fired when an NPC targeted by this entity starts an ActBusy animation sequence. Automatically puts the targetname of the NPC in the input parameter box if not overridden by the mapper.}} | ||
{{IO|OnNPCFinishedBusy|Fired when an NPC targeted by this entity finishes an ActBusy animation sequence.}} | {{IO|OnNPCFinishedBusy|param=targetname|Fired when an NPC targeted by this entity finishes an ActBusy animation sequence. Automatically puts the targetname of the NPC in the input parameter box if not overridden by the mapper.}} | ||
{{IO|OnNPCLeft|Fired when an NPC targeted by this goal, ordered by the <code>ForceThisNPCToLeave</code> input, finishes its forced leave.}} | {{IO|OnNPCLeft|param=targetname|Fired when an NPC targeted by this goal, ordered by the <code>ForceThisNPCToLeave</code> input, finishes its forced leave. Automatically puts the targetname of the NPC in the input parameter box if not overridden by the mapper.}} |
Revision as of 14:13, 2 September 2018
- OnNPCStartedBusy <targetname>
- Fired when an NPC targeted by this entity starts an ActBusy animation sequence. Automatically puts the targetname of the NPC in the input parameter box if not overridden by the mapper.
- OnNPCFinishedBusy <targetname>
- Fired when an NPC targeted by this entity finishes an ActBusy animation sequence. Automatically puts the targetname of the NPC in the input parameter box if not overridden by the mapper.
- OnNPCLeft <targetname>
- Fired when an NPC targeted by this goal, ordered by the
ForceThisNPCToLeave
input, finishes its forced leave. Automatically puts the targetname of the NPC in the input parameter box if not overridden by the mapper.