Jump to content
Sign in to follow this  
ArmAriffic

Talking with sideChat help

Recommended Posts

what is the best way to make a convo with sideChat, i have a few messages i want said but how do i get 3/4 seconds between messages. sorry if im kinda hard to understand i couldn't really think of a way to put this..... ..

Share this post


Link to post
Share on other sites

Put it in an external script and call it with

nul = [] execVM "important_conversation.sqf";

use sleep to make pauses between the messages.

important_conversation.sqf

player sideChat "I need 2 Big Macs, medium fries, and a large coke, over.";
sleep 4;
dude sideChat "Roger, that'll be $9001 at the next window, out.";

Share this post


Link to post
Share on other sites
Put it in an external script and call it with

nul = [] execVM "important_conversation.sqf";

use sleep to make pauses between the messages.

important_conversation.sqf

player sideChat "I need 2 Big Macs, medium fries, and a large coke, over.";
sleep 4;
dude sideChat "Roger, that'll be $9001 at the next window, out.";

Thanks guys

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  

×