Module Events

On Module Start Script -

ExecuteScript("cmi_pw_mod_start", GetModule());

***

On Player Equip Item Script -

object oPC = GetPCItemLastUnequippedBy();
ExecuteScript("cmi_player_unequip", oPC);

***

On Player Level Up Script -

object oPC = GetPCLevellingUp();
ExecuteScript("cmi_player_levelup", oPC );

***

On Player Unequip Item Script -

object oPC = GetPCItemLastUnequippedBy();
ExecuteScript("cmi_player_unequip", oPC);

***

On PC Loaded Script -

object oPC = GetEnteringObject();
ExecuteScript("cmi_pc_loaded",oPC);

Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License