Osrs pnp light oml
From NWNWiki
osrs_pnp_light_oml is an OSRS script for the torch feature.
// file: osrs_pnp_light_oml.nss
// purpose: Establish whether or not this module uses OSRS Realistic
// Torches. By default this variable is off, so you must
// specifically ExecuteScript("osrs_pnp_light_oml", OBJECT_SELF) from
// your OnModuleLoad event in order to call this script
// which will turn on the lighting system.
#include "osrs_pnp_light_inc"
// Uncomment the following line in order to turn Realistic Torches on.
main()
{
// enable Wiki PNP D&D torch and lantern life span usage
SetLocalInt(oMod, csRealTorches, 1); // see osrs_pnp_light_omh for more info
}
