Home   Help Search Login Register  

Author Topic: TypeWriterText  (Read 490 times)

0 Members and 1 Guest are viewing this topic.

kobay

  • Guest
TypeWriterText
« 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

Offline Pilot

  • Contributing Member
  • **
Re:TypeWriterText
« Reply #1 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"
« Last Edit: 18 Jan 2005, 19:22:38 by Student Pilot »

kobay

  • Guest
Re:TypeWriterText
« Reply #2 on: 19 Jan 2005, 14:31:37 »
THANKS PILOT

YOU'RE ALWAYS FULL OF ANSWER

THE BEST  8)

BYE

uah!

Offline Pilot

  • Contributing Member
  • **
Re:TypeWriterText
« Reply #3 on: 19 Jan 2005, 14:47:36 »
Glad I could help, be sure to click the "Solved" button! ;)