17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
////////////////////////////////////////////////////////
|
|
//
|
|
// 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);
|
|
}
|