diff --git a/base.fgd b/base.fgd index c5314de..4f3bc1c 100644 --- a/base.fgd +++ b/base.fgd @@ -987,6 +987,7 @@ // 1100: "CS Hostage: Escape Point" 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." @@ -3611,6 +3612,15 @@ // Outputs 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 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 :