Ok, here's how it is. I need to get a set of emitters going using a ScriptedTrigger and I need to know what the event is that the waitforevent has to wait for, which is when red or blue team scores in bombing run. Someone please help me!

class xBombDeliveryTrigger extends xBombDelivery placeable; function ScoreEffect(bool touchdown) { Super.ScoreEffect(touchdown); //Trigger something. TriggerEvent(Event, self, None); }
Comment