Jump to content

Frictionless Ice combos

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

Description Setup Reviews Comments

Global script combining. Put
int oldscreen = Game->GetCurScreen();
int iceconveyor[176];
SetupIce2Combos(iceconveyor);
before main loop, then before Waitdraw command, inside loop, put
UpdateIcyInput();
And after Waitdraw command before Waitframe command inside global script, put
FrictionlessIceUpdate(iceconveyor);
oldscreen = Game->GetCurScreen();
//You can place flags #62(up), #63(down), #64(left), 65(right) to turn frictionless ice combos into irresistible conveyer belts. Only placed flags work.