smooth_tunes
Smooth tunes component! Applied to musicians to give the songs they play special effects, according to a rite! Comes with BARTICLES!!!
Vars | |
allow_repeats | if repeats count as continuations instead of a song's end, TRUE |
---|---|
glow_color | a funny little glow applied to the instrument while playing |
linked_song | linked song |
linked_songtuner_rite | if applied due to a rite, we link it here |
particle_holder | the particle holder of the particle path (created when song starts) ((no i cant think of a better var name because i made the typepath and im perfect)) |
particles_path | particles to apply, if applicable |
viable_for_final_effect | whether to call the rite's finish effect, only true when the song is long enough |
Procs | |
start_singing | Initiates the effect when the song begins playing. |
stop_singing | Ends the effect when the song is no longer playing. |
tempo_change | Prevents changing tempo during a song to sneak in final effects quicker |
Var Details
allow_repeats
if repeats count as continuations instead of a song's end, TRUE
glow_color
a funny little glow applied to the instrument while playing
linked_song
linked song
linked_songtuner_rite
if applied due to a rite, we link it here
particle_holder
the particle holder of the particle path (created when song starts) ((no i cant think of a better var name because i made the typepath and im perfect))
particles_path
particles to apply, if applicable
viable_for_final_effect
whether to call the rite's finish effect, only true when the song is long enough
Proc Details
start_singing
Initiates the effect when the song begins playing.
stop_singing
Ends the effect when the song is no longer playing.
tempo_change
Prevents changing tempo during a song to sneak in final effects quicker