Introduction
Weather are effects that occur in a map-rendering scene. They can have incoming parameters, as well as scripts to handle different effects overall.
Properties
System
Name | Explanation | Type |
Name | The name of the weather effect. | String |
Data
Name | Explanation | Type |
Animation | The animation to use on the screen for the weather effect. | Animation |
Input Variables | The input variables for the weather effect. | Number |
Input Switches | The input switches for the weather effect. | Number |
Scripts
Name | Explanation | Type |
Start Script | The script to execute when the weather is started. | Script |
Ongoing Script | The script to execute while the weather persists. | Script |
End Script | The script to execute when the weather ends. | Script |