====== PAGE INFO ALREADY TRANSFERRED TO THE NEW WIKI - Using the Module Events ====== ===== How to Register a Module Event ===== Similar to the module events, you can register "Global" events with variables on the area containing the MAIN_DOOR. {{https://sinfar.net/images/forum/players_scripts/ph_mod_events.png?nolink&|Image}} ===== Events List ===== ^Variable Name^Called From^Example| |P_MODEVENT_ACQITEM|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_acqitem|pf_ev_acqitem]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_acqitem|p_25_acqitem]]| |P_MODEVENT_UNACQITEM|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_unacqitem|pf_ev_unacqitem]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_unacqitem|p_25_unacqitem]]| |P_MODEVENT_ACTIVATEITEM|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_activitem|pf_ev_activitem]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_activatitem|p_25_activatitem]]| |P_MODEVENT_CHAT|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_chat|pf_ev_chat]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_chat|p_25_chat]]| |P_MODEVENT_PCDEATH|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_pcdeath|pf_ev_pcdeath]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_pcdeath|p_25_pcdeath]]| |P_MODEVENT_PCDYING|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_pcdying|pf_ev_pcdying]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_pcdying|p_25_pcdying]]| |P_MODEVENT_PCENTER|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_enterhouse|pf_ev_enterhouse]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_pcenter|p_25_pcenter]]| |P_MODEVENT_PCLEAVE|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_leavehouse|pf_ev_leavehouse]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_pcenter|p_25_pcenter]]| |P_MODEVENT_RESPAWN|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_pcrespawn|pf_ev_pcrespawn]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_respawn|p_25_respawn]]| |P_MODEVENT_REST|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_rest|pf_ev_rest]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_rest|p_25_rest]]| |P_MODEVENT_EQUIP|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_equip|pf_ev_equip]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_equip|p_25_equip]]| |P_MODEVENT_UNEQUIP|[[https://nwn.sinfar.net/res_nss_edit.php?name=pf_ev_unequip|pf_ev_unequip]]|[[https://nwn.sinfar.net/res_nss_edit.php?name=p_25_unequip|p_25_unequip]]| \\