Rivals of Fighter [Saipecial Edition] Turbo Deluxe STRIVE Obama is there
================================
This stage”s making was helped by @CHAOKOCartoons and @SupersonicNK, this stage originate from steamcommunity.com/sharedfiles/filedetails/?id=2530030247 made by DinoBros.
================================
The stage is back with more stages from my world!
Zetta’s Island — Okyo District — Bleached Congress
have a nice tour.
You have heath bar and meter, like a fighting game.
Meter can be use defensively by holding parry, or taunting in hitstun.
At full meter, you can taunt to perform a Super.
Characters can have specific Super, if they have Final Smash compatible, they will use their Final Smash.
Characters who have neither of these will have a certain basecast super.
Remember to turn on turbo mode and have fun!
Not supporting more than 2 players, this including clones, so good bye Forburn
================================
To add a custom super, do as following:
in init.gml:
superMove = 14
in update.gml
if "superTrue" in self {
if superTrue == 1 {
///type your super code
superTrue = 0
}
}
important
When Super is performing, set " hit_player_obj.canUseCounterTimer " to a value like 5 every frame.