Jump to content
Sign in to follow this  
CoolCarlos2002

Choose time of day in coop mission

Recommended Posts

Guest jacobaby

you need to define params in your description.ext.

Honestly its a basic thing, check the forum, search for param1 or something, or just rip a BIS mission to see hoe they allocate a time period

TJ

Share this post


Link to post
Share on other sites

Description.ext

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">titleParam1 = "Preferences";

valuesParam1[] = {0, 6, 12, 18};

defValueParam1 = 0;

textsParam1[] = {"6 am", "12 pm", "6 pm", "12 am"};<span id='postcolor'>

Init.sqs

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">skiptime param1<span id='postcolor'>

It will skip 0, 6, 12 or 18 hours from the starting time you put in the mission editor. Change those numbers to whatever you want, and the text "6 am" etc to whatever you want aswell.

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  

×