Chipwich Posted August 1, 2021 Posted August 1, 2021 (edited) Is there a way to program a MP mission to either end after an amount of time, or before via the F10 menu for clients, so that a dedicate server could load the next in a list? Thank you. Edited August 1, 2021 by Chipwich R7 5800X3D / 64GB / MOZA AB9 Base / TIANHANG F-16 Grip / VPC T-50CM3 Throttle / Ace Flight Pedals / RTX 4080 Super / Meta Quest 3
Wizxrd Posted August 1, 2021 Posted August 1, 2021 To end the mission it could be as simple as this: TRIGGER: ONCE -> CONDITION: TIME MORE(x) -> ACTION: END MISSION To have an F10 radio command to load a new mission you could do this: TRIGGER: MISSION START -> CONDITION: None -> ACTION: RADIO ITEM ADD FOR COALITION 1) select the coalition 2) give a unique name like “Load Mission (name)” 3) set a flag ie: 1 4 set flag value ie: 1 TRIGGER: ONCE -> CONDITION: FLAG EQUALS(1,1) (same flag,value as the above radio command) -> ACTION: LOAD MISSION (select your mission) Should be as simple as that, if there are any issues you run into feel free to post back here! 1
Chipwich Posted August 1, 2021 Author Posted August 1, 2021 Thanks @Wizxrd. Just what I was looking for. I had seen the END MISSION action but unsure how to implement the time part. Also like the way you've shown how to use the F10 menu. - cheers 1 R7 5800X3D / 64GB / MOZA AB9 Base / TIANHANG F-16 Grip / VPC T-50CM3 Throttle / Ace Flight Pedals / RTX 4080 Super / Meta Quest 3
Recommended Posts