CoolCarlos2002 2 Posted April 26, 2003 I saw it done by Nagual, and i was wondering how to do it, if anyone has the script? Share this post Link to post Share on other sites
Guest jacobaby Posted April 26, 2003 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
iNeo 0 Posted April 27, 2003 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