- Pokémon Essentials Version
- v20.1 ➖
Adjustable Dark Circles
This plugin is a port of Mej71's "Adjustable Dark Circles" script that was made for the PokeCommunity Halloween 2016 Game Jam, "Blinded by the Fright". It has had its code updated to reflect how code is handled in 20.1 No other functionality has changed.
The way the script works is as follows:
Available Commands:
beginDarkCircle # This will enable the Dark Circle at the default size defined in the plugin. You do not need to run this again unless you've terminated the effect.
endDarkCircle # This will immediately and permanently disable the Dark Circle effect until you decide to enable it again.
changeDarkCircleRadius(newRadius) # This will instantly change the radius of the Dark Circle as determined by the number you use to fill into "newRadius".
changeDarkCircleRadiusSlowly(newRadius) # This will slowly change the radius of the Dark Circle as determined by the number you use to fill into "newRadius".
- Credits
- Mej71