- Joined
- Aug 3, 2004
- Messages
- 2,909
I am attempting to prevent certain units from affecting post game stats via the following trigger, it's not working. Suggestions?
-
FixPlayerScore
-

Events
-


Unit - A unit enters (Playable map area)
-
-

Conditions
-


(Owner of (Entering unit)) Not equal to Neutral Passive
-


Or - Any (Conditions) are true
-



Conditions
-




(Unit-type of (Entering unit)) Equal to Wyvern Spirit
-




(Unit-type of (Entering unit)) Equal to Runes
-




(Unit-type of (Entering unit)) Equal to Dummy BP
-




(Unit-type of (Entering unit)) Equal to PsychoHookDummy
-




(Unit-type of (Entering unit)) Equal to xe unit (Caster System?)
-




(Unit-type of (Entering unit)) Equal to Dummy FB
-




(Unit-type of (Entering unit)) Equal to Dummy SF
-




(Unit-type of (Entering unit)) Equal to Effect: Gyrocopter
-




(Unit-type of (Entering unit)) Equal to Incenerating Fire
-




(Unit-type of (Entering unit)) Equal to Dummy Deadeye
-




(Unit-type of (Entering unit)) Equal to Dummy FS
-




(Unit-type of (Entering unit)) Equal to Singularity Dummy
-




(Unit-type of (Entering unit)) Equal to BP dummy1
-




(Unit-type of (Entering unit)) Equal to BP dummy2
-




(Unit-type of (Entering unit)) Equal to Dummy TS
-




(Unit-type of (Entering unit)) Equal to Hammer_of_Thor_Dummy
-




(Unit-type of (Entering unit)) Equal to SFXDummy1_CO
-




(Unit-type of (Entering unit)) Equal to SFXDummy2_CO
-




(Unit-type of (Entering unit)) Equal to SFXDummy3_CO
-




(Unit-type of (Entering unit)) Equal to SFXDummyCombust
-




(Unit-type of (Entering unit)) Equal to Shard
-




(Unit-type of (Entering unit)) Equal to Singularity Pathing Unit
-




(Unit-type of (Entering unit)) Equal to dummy TM
-




(Unit-type of (Entering unit)) Equal to Dummy Twister
-




(Unit-type of (Entering unit)) Equal to Dummy EF
-




(Unit-type of (Entering unit)) Equal to Dummy EF
-




(Unit-type of (Entering unit)) Equal to Dummy FW
-




(Unit-type of (Entering unit)) Equal to War Zeppelin
-




(Unit-type of (Entering unit)) Equal to Fire Bomb
-




(Unit-type of (Entering unit)) Equal to Effect: Attacker
-




(Unit-type of (Entering unit)) Equal to Dummy IS
-




(Unit-type of (Entering unit)) Equal to IS_Timer
-




(Unit-type of (Entering unit)) Equal to Dummy
-




(Unit-type of (Entering unit)) Equal to Dummy Caster HS
-




(Unit-type of (Entering unit)) Equal to Dummy PW
-




(Unit-type of (Entering unit)) Equal to Dummy RF
-




(Unit-type of (Entering unit)) Equal to Dummy NF
-




(Unit-type of (Entering unit)) Equal to Dummy Fire Blast
-




(Unit-type of (Entering unit)) Equal to Fire Blast (Missle)
-




(Unit-type of (Entering unit)) Equal to Dummy Blaze
-
-
-
-

Actions
-


Player - Set (Owner of (Entering unit)) Game result to (((Owner of (Entering unit)) Total Unit Score) - 1)
-
-


