generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
12
_module/nss/gennpc_attacked.nss
Normal file
12
_module/nss/gennpc_attacked.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// NPC ACTIVITIES 5.0 - Gennpc_attacked OnPhysicalAttacked
|
||||
//==========================================================
|
||||
// By Deva Bryson Winblood. 02/2003
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF,"nGNBDisabled",TRUE);
|
||||
DelayCommand(60.0,SetLocalInt(OBJECT_SELF,"nGNBDisabled",FALSE));
|
||||
ExecuteScript("nw_c2_default5",OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user