HoS_PRC8/_mod/_module/nss/gennpc_attacked.nss

13 lines
462 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
////////////////////////////////////////////////////////////
// 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);
}