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
) »
Why aint this outro ending?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Why aint this outro ending? (Read 504 times)
0 Members and 1 Guest are viewing this topic.
Gooner861
Guest
Why aint this outro ending?
«
on:
10 Jul 2004, 20:26:19 »
Hi all
I have an outro that ends like this:
titlecut ["","BLACK IN",9999]
@camCommitted _camera
~10
_camera cameraeffect ["terminate", "back"]
camdestroy _camera
exit
but it does not seem to want to end, it just flicks back to the screen showing trucks etc. The titlecut is 9999 because i wanted the screen to stay black.
Cheers
Gooner
Logged
Zombie
Members
Beware the night, the zombie walks among you
Re:Why aint this outro ending?
«
Reply #1 on:
11 Jul 2004, 11:27:57 »
try adding a global trigger, type: end1 ,condition: outroend on activation: forceend and mod your script:
titlecut ["","BLACK IN",9999]
@camCommitted _camera
~10
_camera cameraeffect ["terminate", "back"]
camdestroy _camera
outroend=true
exit
Logged
MuSe
Guest
Re:Why aint this outro ending?
«
Reply #2 on:
12 Jul 2004, 12:56:55 »
yes, like zombie said there MUST be a trigger which has type as end1 and give it a condition too. Says a guy who doesnt know how to make cutscenes.
Logged
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
) »
Why aint this outro ending?
Top of page