void main() { object oSummonSpot = GetObjectByTag("hal_baddysummon"); event eSumEvent = EventUserDefined(200); SignalEvent(oSummonSpot, eSumEvent); }