NWN X2 creature scripts
From NWNWiki
NWN X2 creature scripts is the OSRS feature that will allow creatures in an Open Source Rule Set module to use the default set of event handlers provided by the Hordes of the Underdark expansion.
| Event | HotU script | OSRS script |
|---|---|---|
| OnBlocked event | x2_def_onblocked | osrs_ob |
| OnCombatRoundEnd event | x2_def_endcombat | osrs_ocre |
| OnConversation event | x2_def_onconv | osrs_ocon |
| OnDamaged event | x2_def_ondamage | osrs_oda |
| OnDeath event | x2_def_ondeath | osrs_ode |
| OnDisturbed event | x2_def_ondisturb | osrs_odist |
| OnHeartbeat event | x2_def_heartbeat | osrs_oh |
| OnPerception event | x2_def_percept | osrs_op |
| OnPhysicalAttacked event | x2_def_attacked | osrs_opa |
| OnRested event | x2_def_rested | osrs_or |
| OnSpawn event | x2_def_spawn | osrs_os |
| OnSpellCastAt event | x2_def_spellcast | osrs_osca |
| OnUserDefined event | x2_def_userdef | osrs_oud |
