Jump to content

Ice combos EX

Overview
Creator: Alucard648 Updated: 16 Feb 2025 Tags: Global Downloads: 39
Rating[?]: Rating: 4.5/5 (3 ratings)
View Script Download Package
(874.72 KB)
Information

Description Setup Reviews Comments

1.Check out constants qt the top of script file, like ice combos physics, combo type that defines ice combos and item ID for no slip.
2. Global script combining: put
Setup_IceCombos();
int oldscreen = Game->GetCurScreen();
before main loop and
Update_IceCombos(oldscreen);
oldscreen = Game->GetCurScreen();
after Waitdraw command inside main loop of Active global script.