zamboni Posted February 20, 2011 Posted February 20, 2011 I opened up the Push - 3-1 mission to understand a bit about how to create a mission (and figure out a way to beat this mission! :) ) and I found a minor mistake in the triggers. The Trigger: 1 ONCE (US CAP2 SPAWN) references as a condition UNIT'S SPEED LOWER THAN (RU CAP 1.1, 2) and UNIT'S SPEED LOWER THAN (RU CAP 1.2, 2) It should actually read: UNIT'S SPEED LOWER THAN (US CAP 1.1, 2) and UNIT'S SPEED LOWER THAN (US CAP 1.2, 2)
zamboni Posted February 20, 2011 Author Posted February 20, 2011 (edited) Found a couple of more minor errors in the mission 1) the ONCE (US CAS3 SPAWN) trigger is missing the condition GROUP DEAD (US CAS 2) condition at the top also 2) CAS 2 and 3 have the callsign BOAR, but in the radio menus they are listed as UZI EDIT: also CAS 2 has a mission start time showing as 10:15, and it should be 2:15 (I really hope I didnt actually screw this one up myself but don't think so) Edited February 20, 2011 by zamboni
Recommended Posts