Thank you very much Wolfrug...
I have a few more questions about the dialogs
My mission have a cutom hint (resource called by titlersc) class
like the following :
HINT
This is a sample hint.
HINT = hintHeader
This is a sample hint = hintText
hintHeader and hintText are the two reference classes. (defined before class rscTitle)
Is there any way to input the desired text via a script to be used in this template?
(instead of defining all the hints used in the mission in the description.ext)
i mean :
[hintHeader,hintText] execVM "hintShow.sqf"
example :
["NEW INFORMATION","There are possible Talibans in Nogova."] exec "hintShow.sqf"
which will show like this :
NEW INFORMATION
There are possible Talibans in Nogova.
Is that possible ?
If so what kind of commands are needed to change the text in the description.ext from the script.
(I think I saw something like lbSetCurText in a script)
If this is possible in ArmA 2, I also would like to know if this can also be done in OFP:Resistance ?
Regards and thanks in advance,
Haroon1992