Simple Circle Generator
Posted: June 22nd, 2020, 6:28 pm
This script generates a circle, and then plays an effect at each point on the circle.
Read the comments for info on definitions.
All definitions are optional except the starting location.
It creates the circle, then displays the points so the generation part can be taken and used elsewhere if you so desire.
Raw code:
URL: https://one.denizenscript.com/haste/71208
Read the comments for info on definitions.
Code: Select all
- run CircleGenerator def:[Location](|Radius)(|Stepsize)(|Effect)(|Delay)
It creates the circle, then displays the points so the generation part can be taken and used elsewhere if you so desire.
Raw code:
Spoiler!
URL: https://one.denizenscript.com/haste/71208