generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
16
_module/nss/wrap_mod_ondying.nss
Normal file
16
_module/nss/wrap_mod_ondying.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
////////////////////////////////////////////////////////
|
||||
//
|
||||
// Wrapper
|
||||
// wrap_mod_ondying
|
||||
// by Don Anderson
|
||||
//
|
||||
////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
//From Master Configuration opw_mod_onload
|
||||
//string sDyingSystem = GetLocalString(GetModule(),"DYINGSYSTEM");
|
||||
//ExecuteScript(sDyingSystem,OBJECT_SELF);
|
||||
ExecuteScript("playerdying", OBJECT_SELF);
|
||||
ExecuteScript("prc_ondying", OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user