OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Jffsieg on 14 Feb 2007, 02:05:57

Title: need help with ending a mission
Post by: Jffsieg on 14 Feb 2007, 02:05:57
Ok, Ive got my mission finished up and all I have to do now is end it. I want the mission to end once the Enemy has got 5 or less troops left in the trigger area.
Title: need help with ending a mission
Post by: Mandoble on 14 Feb 2007, 08:07:09
in the trigger's (enemy side present) condition put:
Code: [Select]
count thisList < 6
Title: Re: need help with ending a mission
Post by: bedges on 14 Feb 2007, 09:11:34
and don't forget to set the trigger type to 'End#'.

@Jffsieg - please do not use all-caps either in posts or in topic titles.
Title: Re: need help with ending a mission
Post by: Jffsieg on 14 Feb 2007, 22:54:49
Roger that Bedges,  And thank you very much mandoble. Worked perfectly