Jump to content
Sign in to follow this  
PuFu

Time delay

Recommended Posts

so i worked on some mission for ofp, now i thought i could make some of my own missions as i was a little bit dissapointed of the campaign game..

my problem is with the time delay and i don't know why..i used "titletext" for a guy monologue using a "talk.sqf" script but i can't figure how to make hime say the second line (well just appear of screen, i'll record the voice later) after 2s or so. I'm not a beginer in scripting but i really don't know how to use the god damn command sad_o.gif

please some advice..

Share this post


Link to post
Share on other sites

This is from one of my into scripts, do you mean ~ with time delay?

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

titletext [">>WE HAVE LOST TOO MANY TANKS. WE MUST TAKE THE TOWNS ONLY WITH INFANTRY<<","PLAIN DOWN"]

~6

titleText [">>THAT WILL COST US A LOT OF MEN ...<<","PLAIN DOWN"]

~6

titleText [">>IF DELTA TEAM MANAGES TO DESTROY THAT AA UNIT, WE CAN SEND IN AIRCRAFT<<","PLAIN DOWN"]

Share this post


Link to post
Share on other sites

yeah, used that...sry m8, i have figured it out by myself i was using execVm instead of exec, so "~" wasn't working. smile_o.gif it drove me crazy half a day..my bad, i overlooked that. tx anyway smile_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×