Weather Effect Issues

hamiltonbb2

Cool Member
Reaction score
0
I'm having trouble even getting my weather to turn on across the entire map.

I want to have Ashenvale Rain turn on every 180 seconds and last for 45 seconds each time it is turned on.
 
Reaction score
148
Have you tried using some sort of triggers? For example, these:
Code:
Rain
    Events
        Map initialization
    Conditions
    Actions
        Environment - Create at (Playable map area) the weather effect Ashenvale Rain (Heavy)

Code:
Rain
    Events
        Time - Every 45.00 seconds of game time
    Conditions
    Actions
        Environment - Turn (Last created weather effect) Off
        Set tempInt = (tempInt + 1)
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                tempInt Greater than or equal to 5
            Then - Actions
                Set tempInt = 0
                Environment - Turn (Last created weather effect) On
            Else - Actions

Non tested, tempInt - Integer,
You could also assign your weather effect to a variable.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top