Update ai_hint

This commit is contained in:
ALLEN-PC\acj30 2024-02-25 17:10:20 -06:00
parent 7e54981b35
commit ea3c499db6

View File

@ -987,6 +987,7 @@
// 1100: "CS Hostage: Escape Point" // 1100: "CS Hostage: Escape Point"
10000: "Mapbase - Custom Cover (Use hint activity)" 10000: "Mapbase - Custom Cover (Use hint activity)"
10001: "Mapbase - Grenade Throw (Use hint radius)"
] ]
hintactivity(string) : "Hint Activity" : "" : "Activity associated with this hint node. Various parts of the NPC AI play this activity at times. i.e. Actbusy nodes will play this activity when an NPC acts busy on the node." hintactivity(string) : "Hint Activity" : "" : "Activity associated with this hint node. Various parts of the NPC AI play this activity at times. i.e. Actbusy nodes will play this activity when an NPC acts busy on the node."
@ -3611,6 +3612,15 @@
// Outputs // Outputs
output OnNPCStartedUsing(string) : "Fired when an NPC has reached this node and started using it. Passes along the NPC." output OnNPCStartedUsing(string) : "Fired when an NPC has reached this node and started using it. Passes along the NPC."
output OnNPCStoppedUsing(string) : "Fired when an NPC has stopped using this node. Passes along the NPC." output OnNPCStoppedUsing(string) : "Fired when an NPC has stopped using this node. Passes along the NPC."
output OnScriptEvent01(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 1 } in the QC."
output OnScriptEvent02(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 2 } in the QC."
output OnScriptEvent03(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 3 } in the QC."
output OnScriptEvent04(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 4 } in the QC."
output OnScriptEvent05(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 5 } in the QC."
output OnScriptEvent06(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 6 } in the QC."
output OnScriptEvent07(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 7 } in the QC."
output OnScriptEvent08(void) : "Fires when a 'trigger' anim event occurs while playing the script. Use { event 1003 framenum 8 } in the QC."
] ]
@PointClass base(Node) studio("models/editor/air_node.mdl") color(232 171 8) = info_node_air : @PointClass base(Node) studio("models/editor/air_node.mdl") color(232 171 8) = info_node_air :