| 11-06-2003, 07:17 PM | #1 |
How do you set up weather effects over a specific rect? Currently I have a trigger that says, basically: Event - Map Initialization Conditions - None Action - Use Weather Effect "Dungeon Fog" In Rect "Dungeon" Why doesnt this work? |
| 11-06-2003, 07:22 PM | #2 |
You must enable it after you create it. |
| 11-06-2003, 07:23 PM | #3 |
Right, thats simple. *stupid me* thanks. |
| 11-06-2003, 10:05 PM | #4 |
ummm...u no u can do that with the rect options, but then u cant turn it off.... |
| 11-06-2003, 11:55 PM | #5 |
im not sure why you think it cant be turned off. all i had to do, as he said, was enable it using the following trigger after creating it: Environment - Turn (Last created weather effect) On then to turn it off you just use this: Environment - Turn (Last created weather effect) Off if you want to turn it off later, using multiple weather effects in multiple rects, you just assign each one to a unique variable instead of using "last created weather effect." simple stuff. hence my feeling stupid. |
| 11-07-2003, 12:58 AM | #6 |
nononono I know you can turn a weather effect off but, you know how when you go to the rect palette and right clik on ur rect, then set the weather effect there, those u cant turn off, coz u cant save them to a variable, nor can you use last created |
| 11-07-2003, 01:23 AM | #7 |
If you want to keep an effect there forever, add it to a region w/o trigs. If you wanna be able to remove or disable it, you need to create it with a trigger, enable it, and set it to a variable. |
| 11-07-2003, 02:13 AM | #8 |
Exactly what I was trying to say, THANKYOU Capn' Sniff |
