Jump to content
Sign in to follow this  
camus25555

create a dialog

Recommended Posts

im trying to setup a dialog using the radio, everything is working but "sleep" is not , there is no delay between each communication and text

this is in a trigger:

[west, "HQ"] sideChat " text";

jim globalradio "c1";

sleep 5;

[west, "HQ"] sideChat " text";

jim globalradio "c2";

sleep 10;

d5 sidechat " text ";

d5 globalradio "c4";

sleep 10;

p1 groupchat " text ";

p1 globalradio "c3";

Share this post


Link to post
Share on other sites

did you use .SQS or SQF syntax/fileextension? in sqs you have to use ~5 for a 5sec sleep

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  

×