//////////////////////////////////////////////////////////////////////////////// // // Module Properties Initialization // oai_modprops_ini // // Only change to the oai prefix for System Implementation // (Integral Part of OAI) // //////////////////////////////////////////////////////////////////////////////// //:://///////////////////////////////////////////// //:: Name dk_modprops_init //::////////////////////////////////////////////// /* Initialises properties for your module */ //::////////////////////////////////////////////// //:: Created By: David Kelly //:: Created On: 28-Dec-2005 //::////////////////////////////////////////////// #include "oai_modprops_inc" void main() { SetModPropertyForRef("nw_it_torch001", PROP_LIGHT, PROPV_TORCH); SetModPropertyForRef("cnrtorch", PROP_LIGHT, PROPV_TORCH); SetModPropertyForRef("torch", PROP_LIGHT, PROPV_TORCH); SetModPropertyForRef("zep_lantern", PROP_LIGHT, PROPV_LANTERN); SetModPropertyForRef("lantern", PROP_LIGHT, PROPV_LANTERN); SetModPropertyForRef("openlantern", PROP_LIGHT, PROPV_LANTERN); }