OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Armo-X- on 30 Sep 2003, 03:48:33

Title: Conversation
Post by: Armo-X- on 30 Sep 2003, 03:48:33
How do i get conversation to work???

 For instance i use

titletext ["YES SOMETHING GOES HERE...","PLAIN"]

titletext ["NOW HERE COMES THE NEXT LINE","PLAIN"]

How do i time them accordingly? because the first one doesnt appear only the second, due to the lack of timing... but how do i time them??? could somone possibly give an example?
Title: Re:Conversation
Post by: barry_the_baldy on 30 Sep 2003, 04:14:29
titletext ["Text","plain down"]
~5

titletext ["More text","plain down"]
~7

ect

The ~# is how long it waits before executing the next command.