OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: kobay on 18 Jan 2005, 12:42:11
-
Hi GI
another question
i've downloaded TypeWriterText from edit depot
i've write the line suggested on activation
Texty = ["H","e","l","l","o",","," ","t","h","i","s," ","i","s", " ","a"," ","t","e","s","t","."]; [Texty, (TimerSpeed: Ex. 0.1)] Exec "TypeWriterText.sqs"
but is not working!
i've read even the comment but sorry i cant understand what to write correctly
does any one knows the right line to write?
thanks
-
change:
(TimerSpeed: Ex. 0.1)
to:
0.1
This is what it should look like:
Texty = ["H","e","l","l","o",","," ","t","h","i","s"," ","i","s", " ","a"," ","t","e","s","t","."]; [Texty, 0.1] Exec "TypeWriterText.sqs"
-
THANKS PILOT
YOU'RE ALWAYS FULL OF ANSWER
THE BEST 8)
BYE
uah!
-
Glad I could help, be sure to click the "Solved" button! ;)