Hey Dekita!
I was wondering how to get multiple fogs to work on one map. I'm adding this to the note box:
<fog a: Fog2>
<a move: 1, 0>
<a opac: 100>
<a z: 50>
<fog b: Fog3>
<a move: 0, .5>
<a opac: 50>
<a z: 50>
If I just have a or b in there, it's fine, but both cause a heavy, static fog to appear on the map. I'm pretty new to RPG Maker, so I was just wondering if you could point out what newb mistake I'm making . I suspect it is because I don't know how to properly separate the two. Thanks a ton for the great script!
Edit: Figured it out! I now see that I was still using a in the second half of those notes instead of b. Silly me!