Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
ending mission with cutscene
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: ending mission with cutscene (Read 997 times)
0 Members and 1 Guest are viewing this topic.
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
Logged
Semper Fi
JasonO
OFPEC Patron
Oh no...
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"
Logged
TNL - The New Life RPG
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
Logged
Semper Fi
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
ending mission with cutscene
Top of page