Home   Help Search Login Register  

Author Topic: ForceEnd!!!  (Read 443 times)

0 Members and 1 Guest are viewing this topic.

Offline Killzone

  • Members
  • *
  • War is the true Enemy
ForceEnd!!!
« on: 24 Jun 2004, 19:24:03 »
Is it possible to detect a scud launch and then end the mission.

I am using the lauchScud script from the EDdepot which works great but I want the mission to end if the scuds are launched is this possible?

I tried "ForceEnd" at the end of the script but no luck.


Thanks for the help ;D
"Everyone dies so deal with it and move on"

                                                      ME

Offline Jezuro

  • Members
  • *
  • Hookah 4 lyfe!
    • Jezuro's ArmA Workshop
Re:ForceEnd!!!
« Reply #1 on: 24 Jun 2004, 19:30:54 »
ForceEnd doesn't actually terminate the mission, it only ignores the effects of triggers, waypoints etc. and forces the mission to end only if you have a trigger with End#ID on the map.
"We are Her salvation, and through Her command we shall live forever. I will not die. Not here. Not now. Never!!!"

CrashnBurn

  • Guest
Re:ForceEnd!!!
« Reply #2 on: 24 Jun 2004, 23:26:54 »
Put your end trigger with the condition-  

launched

Open the scud script you're using, and just after the second scud action insert a line-

launched=true

when the script reaches this part, the trigger will activate.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:ForceEnd!!!
« Reply #3 on: 24 Jun 2004, 23:56:19 »
ForceEnd is for emergencies only - it should not really be used as a substitute for a trigger.  

Go with CrashnBurn's suggestion, or use the command scudState.
Plenty of reviewed ArmA missions for you to play