This script is excellent!
I am wondering if it is possible to make the ice "freeze" when the player is holding up an item? testing this script out in a dungeon at the moment and this happens (lol).
Ice combos EX
Overview
Creator:
Alucard648
Updated: 16 Feb 2025
Tags:
Global
Downloads: 39
|
View Script
Download Package (874.72 KB) |
Information
Updated variant of Mero`s 8 year old Ice combos global script.
https://www.purezc.n...e=scripts&id=68
Update made on request by SkyFlare.
https://www.purezc.n...e=scripts&id=68
Update made on request by SkyFlare.
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
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.



