ScriptObject TypeEventDescription
nw_d2_femalen/aStarting ConditionalUse in a conversation file to check if the PC is female.
nw_d2_malen/aStarting ConditionalUse in a conversation file to check if the PC is male.
nw_g0_charmCreatureOnHeartbeatDefault handler for any creature hit with the charm effect.
nw_g0_confuseCreatureOnHeartbeatDefault handler for any creature hit with the confuse effect.
nw_g0_convdoorDoorOnFailToOpenMakes a placeable start a coversation with a PC.
nw_g0_coversatCreaturen/aDefault handler - runs when a creature is clicked on by the PC to initiate a conversation.
nw_g0_convplacPlaceableOnUsedMakes a placeable start a coversation with a PC.
nw_g0_transitionDoorn/aDefault transition handler - runs when the OnAreaTransitionClick event is called unless another script is specified in the door's blueprint. 
nw_g0_dominateCreatureOnHeartbeatDefault handler for any creature hit with the dominate effect.
nw_g0_fearCreatureOnHeartbeatDefault handler for any creature hit with the fear effect.
nw_g0_sleepCreatureOnHeartbeatDefault handler for any creature hit with the sleep effect - creature sends a shout asking allies for help.
nw_walk_wpn/an/aDefault script assigned to the Normal and Aborted parameters on the Current File tab of a conversation - creature will resume walking waypoints if assigned.
x0_d2_has****n/aStarting ConditionalUse in a conversation file to check if a creature has a certain spell memorized. 
x2_d2_s_****n/aStarting ConditionalUse in a conversation file to check if a PC has a certain spell memorized.
x2_it_exampleItemAllExample script for handling Item events. Edit a copy and save as the tag of the item you wish to create custom events for.
x2_mod_def_loadModuleOnModuleLoadDefault handler for modules that do NOT use horses.
x3_mod_def_hbModuleOnHeartbeatOptional handler for modules with horses enabled - handles the adjustments for the Mounted Combat feat. This script is not assigned to the module by default.
x3_mod_def_loadModuleOnModuleLoadOptional handler for modules to enable horses. This script is not assigned by default.