HoS_PRC8/_mod/_module/nss/gennpc_attacked.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05: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);
}