KYRIE ENGINE – RANDOM MULTIPLE FOG EX

RPG Maker VX Ace

Shows a multiple fog with different behaviors.



Title: Kyrie Engine – Random Multiple Fog EX
By: SoulPour777
Description: Creates randomized multiple fogs.

■ Features
* Creates Multiple Fogs.
* Horizontal Movement of Fogs
* Vertical Movement of Fogs
* Random Movement of Fogs

■ Instructions

To Activate Fog – Script Call: $soul_rgss3_multifog = true

Change the speed and visibility via script call:
@speed = x
$multi_fog_visible = x

Change Random Movement Number of Fog:
$fog_rand = x

Note: x being the value.

Change Fog Behavior:

$fog_horzmovement = true
^ horizontal movement for all fogs working

$fog_horzmovement = false
^ horizontal movement stops

$fog_vertmovement = true
^ vertical movement of fogs working

$fog_vertmovement = false
^ disable vertical movement of fogs

$fog_randmovement = true
^ creates a random movement for fogs

$fog_randmovement = false
^ disables random movement

Example:

$soul_rgss3_multifog = true
$fog_horzmovement = true
@speed = 1
$multi_fog_visible = 150