PWE_PRC8/_module/nss/monster_hit.nss

6 lines
136 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
if (GetCurrentHitPoints() < 260) SetImmortal(OBJECT_SELF, FALSE);
ExecuteScript("nw_c2_default5", OBJECT_SELF);
}