PuFu 4600 Posted February 21, 2007 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 please some advice.. Share this post Link to post Share on other sites
charonos 0 Posted February 22, 2007 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
PuFu 4600 Posted February 22, 2007 yeah, used that...sry m8, i have figured it out by myself i was using execVm instead of exec, so "~" wasn't working. it drove me crazy half a day..my bad, i overlooked that. tx anyway Share this post Link to post Share on other sites