This page documents script commands from the base game that are modified by this hack to have expanded functionality.
SetDurationTime
Modified as of Version 1.18.
Modified to support milliseconds.
SetDurationTime(1.5);
Game.SetDurationTime(1.5)
Learn more about the original command here.
SetHitAndRunDecayInterior
Modified as of Version 1.18.
Modified to work. By default, this command is broken since it is mapped to the wrong function in the game's code.
SetHitAndRunDecayInterior(4.0);
Game.SetHitAndRunDecayInterior(4.0)
Learn more about the original command here.