Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
Arma2 - Editing/Scripting General
(Moderators:
h-
,
i0n0s
) »
Hint times?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Hint times? (Read 2345 times)
0 Members and 1 Guest are viewing this topic.
stephen271276
Members
Hint times?
«
on:
18 Sep 2009, 19:39:05 »
Hi guys I know how to create hit text via a trigger but the text stays on screen till the end of the game how do you have the text for say about 10 secs?? then it goes?
Logged
Blacknite
Members
Chiefs runs the navy!
Re: Hint times?
«
Reply #1 on:
19 Sep 2009, 02:05:55 »
Does it really stay all the way through the game???
I've never seen that before, I've always just put in hint "blah blah blah" and it will fade away...
Logged
mikey
Former Staff
Whitespace Whore
Re: Hint times?
«
Reply #2 on:
19 Sep 2009, 04:12:49 »
You probably keep calling the hint command ina a script, or the trigger keep activating. Maybe you could post your code and we can see if there's something wrong with it.
As for removing hints, try
Code:
[Select]
hintSilent "";
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
Arma2 - Editing/Scripting General
(Moderators:
h-
,
i0n0s
) »
Hint times?
Top of page