Home   Help Search Login Register  

Author Topic: ending mission with cutscene  (Read 997 times)

0 Members and 1 Guest are viewing this topic.

Offline schuler

  • Contributing Member
  • **
ending mission with cutscene
« on: 04 Jul 2007, 12:19:02 »
  whats the best way to end mission after a cutscene, exit.sqs,  ForceEnd .. i just want the ending to be in the cutscene script. thanks , schuler
Semper Fi

Offline JasonO

  • OFPEC Patron
  • ****
  • Oh no...
    • The New Life RPG
Re: ending mission with cutscene
« Reply #1 on: 04 Jul 2007, 17:19:09 »
Most of my missions are multiplayer so I have a trigger with the type as end#1 (or something like that) and then the condition has DoEnd. In init.sqs I have DoEnd = False and then at the end of the cutscene I would have:
Code: [Select]
DoEnd = True
PublicVariable "DoEnd"

Offline schuler

  • Contributing Member
  • **
Re: ending mission with cutscene
« Reply #2 on: 05 Jul 2007, 06:51:06 »
 Thanks JasonO, i'll give that a go. sounds pretty straight foward, cheers
Semper Fi