Frictionless Ice combos
Overview
Creator:
Alucard648
Updated: 16 Feb 2025
Tags:
Global
Downloads: 43
|
View Script
Download Package (885.42 KB) |
Information
"Why I can`t control slipping... Whaaa!"
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.




