<aside> ⚡ script "core_stickyLifts" (int mode)

</aside>

Usage


This script is used to create rideable platforms like those seen on MM1GUT.

Make sure when using this script to apply var int user_playerRiding[64]; to the calling actor’s properties.

<aside> 🚨 If applying this script to an actor that is going to die or disappear, make sure to take away “CutterFlag” in the death state at least one tick before the actor disappears. Otherwise, players may be able to use this script to go out of bounds in certain circumstances.

</aside>

Parameters