Rune_PRC8/_module/nss/oai_modprops_ini.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

33 lines
1.1 KiB
Plaintext

////////////////////////////////////////////////////////////////////////////////
//
// 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);
}