uddercream 1 Posted November 19, 2001 ok this is what i need help with how do i make it so when playing my map i can chose night or day in multiplayer i have not saved my map yet as multiplayer , i know how to change night and day but how to when im hosting it and people want to do same map at night . thx Share this post Link to post Share on other sites
Mercutio 0 Posted November 19, 2001 I'm not sure you can do that. You either have to have to different versions of the mission (one night and one day), or you may be able to edit when playing on line by using the mission wizard. Hope that helps. Anyone else? Share this post Link to post Share on other sites
RED 0 Posted November 19, 2001 well u can make a radio trigger , and on activation put skiptime 12 and that will skip 12 hours. RED Share this post Link to post Share on other sites
HappyG 0 Posted November 19, 2001 Put this in description.ext: ------------------------------ titleParam1 = Time; valuesParam1[] = {0, 12}; defValueParam1 = 12; ------------------------------ Than put this line in some units Init field: ------------------ skiptime Param1 ------------------ So you will have an option to skip 0 or 12 hours time... Share this post Link to post Share on other sites
uddercream 1 Posted November 19, 2001 Than put this line in some units Init field: <--- where i put this only in some troops or something? Share this post Link to post Share on other sites
uddercream 1 Posted November 19, 2001 ok i put it in and worked great but it only worked once. wierd Share this post Link to post Share on other sites
HappyG 0 Posted November 19, 2001 Only use it in Init field of one unit, or trigger .-) Share this post Link to post Share on other sites
HappyG 0 Posted November 19, 2001 Only use it in Init field of one unit, or trigger .-) Share this post Link to post Share on other sites
Ptroinks 0 Posted November 20, 2001 Not that I know for sure, but can't you place it in a trigger and set the trigger on 'repeatedly'?? Share this post Link to post Share on other sites