| 01-11-2004, 02:59 AM | #1 |
I am working on an RPG and want to know if its possible to have a random event. For example, I want it to be sunny in region x, then it turns to weather type x (rain, for example) for x amount of time. Is this possible in WorldEdit? |
| 01-11-2004, 03:08 AM | #2 |
Yes. Weather 1 Event : map initialization Action : Set WEATHERVAR equal random number between 1 and 10 Trigger - run 'Weather 2' ignoring conditions Weather 2 Event : none Action : If WEATHERVAR equals 1 than do Environment - create weather effect Blizzard snow else do nothing Action : If WEATHERVAR equals 2 than do Environment - create weather effect Heavy Wind else do nothing Action : If WEATHERVAR equals 2 than do Environment - create weather effect Ashenvale rain else do nothing Hope this helps |
| 01-11-2004, 03:49 AM | #3 |
Yeha, it really does help. But can I have it to only effect a certain region? -Amras Alcarin |
| 01-11-2004, 05:09 AM | #4 |
Yes |
