Jump to content
Sign in to follow this  
uddercream

HOW DO I?

Recommended Posts

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

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

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

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×