Rivals of Aether

Rivals of Aether

Groove Buddy
corolla stroker  [developer] 6 May, 2021 @ 8:48pm
CUSTOM COMPATIBILITIES
Add these to your own workshop characters to fit in!

General
groove_hud_x / groove_hud_y
These can be set to adjust position to fit better with your hud elements

L-Groove
lgroove_can_clutch -
Can be set to 0 - 1 for during any attacks/specials to allow turnaround.

lgroove_strong -
Can be set to any attack, allows use and charging mid-air when strong is pressed.
Default is AT_FTILT.

E-Groove
egroove_custom_action -
Will be set to 1, if it detects this variable in your character it will turn that to 1
You can set your custom action by creating an if function. Otherwise, you will get a shorthop.

Players with clones
(CREDITS TO VVIZARD)
If your workshop character uses a clone, in ai_update.gml you can put this code
if(*insert your own code to check if its the clone here*) { with pet_obj { if variable_instance_exists(self,"clone_comp") clone_comp = true; } }
Last edited by corolla stroker; 7 May, 2021 @ 8:24am