LoD_PRC8/_module/nss/hal_trigbadsum.nss

7 lines
162 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
object oSummonSpot = GetObjectByTag("hal_baddysummon");
event eSumEvent = EventUserDefined(200);
SignalEvent(oSummonSpot, eSumEvent);
}