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
) »
No Title twice?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: No Title twice? (Read 1779 times)
0 Members and 1 Guest are viewing this topic.
Mercenary
Guest
No Title twice?
«
on:
26 Aug 2002, 03:31:59 »
I have two texts for instance:
titlecut ["Text1","Bottom",20]
later after some camera movements I have:
titlecut ["Text2","Bottom",20]
It does NOT show text2 but it does show text1... Why is this and how can I make both text pop up?
Logged
seanver
Guest
Re:No Title twice?
«
Reply #1 on:
26 Aug 2002, 03:39:15 »
Try TitleText ["Text","PLAIN DOWN"]. And to wait some time before the other text is shown, use ~S. Put the second you want to wait instead of S.
Hope it works
Logged
Messiah
Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
Honoured Contributor
OFPEC Veteran
Re:No Title twice?
«
Reply #2 on:
26 Aug 2002, 03:40:38 »
yep - titlecut is used for fading in and out:
titlecut ["", "Black Out", 3]
titletext is for text - use plain down for bottom and plain for middle
:thumbsup:
Logged
Proud Member of the
Volunteer Commando Battalion
Mercenary
Guest
Re:No Title twice?
«
Reply #3 on:
26 Aug 2002, 03:55:18 »
Thanks! But what if I want to also fade out the text?
Logged
seanver
Guest
Re:No Title twice?
«
Reply #4 on:
26 Aug 2002, 03:57:16 »
FAde out the text or the screen? If you want to fade out the text, it will dissapear in some seconds. If you want to fade out the screen, use TitleCut [" ","BLACK OUT",5] in conjuction with TitleText
Logged
Cedaie
Guest
Re:No Title twice?
«
Reply #5 on:
26 Aug 2002, 06:56:56 »
titlecut ["","black in"3]
~3
titletext ["text1","plain down"]
~3
_cam camerastuffhere
~3
titletext ["text2","plain down"]
~2
titlecut ["","black out"3]
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
) »
No Title twice?
Top of page