Files
HeroesStone_PRC8/_module/nss/gennpc_attacked.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

13 lines
462 B
Plaintext

////////////////////////////////////////////////////////////
// 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);
}