Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
8
_module/nss/custom_disturbed.nss
Normal file
8
_module/nss/custom_disturbed.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "custom_set_lib"
|
||||
void main()
|
||||
{
|
||||
string script = GetCustomSet_OnDisturbed();
|
||||
|
||||
if(script != "")
|
||||
ExecuteScript(script,OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user