OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: kobay on 18 Jan 2005, 12:42:11

Title: TypeWriterText
Post 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
Title: Re:TypeWriterText
Post by: Pilot on 18 Jan 2005, 19:21:49
change:
Quote
(TimerSpeed: Ex. 0.1)

to:
Quote
0.1

This is what it should look like:
Code: [Select]
Texty = ["H","e","l","l","o",","," ","t","h","i","s"," ","i","s", " ","a"," ","t","e","s","t","."]; [Texty, 0.1] Exec "TypeWriterText.sqs"
Title: Re:TypeWriterText
Post by: kobay on 19 Jan 2005, 14:31:37
THANKS PILOT

YOU'RE ALWAYS FULL OF ANSWER

THE BEST  8)

BYE

uah!
Title: Re:TypeWriterText
Post by: Pilot on 19 Jan 2005, 14:47:36
Glad I could help, be sure to click the "Solved" button! ;)