What can we improve?

Documentation

(Edit)

Slider

Slider

A slider is a numeric variable with "%" suffix and an action script.

Prerequisites

The value of the variable after moving the slider is defined by the difference between minimum and maximum value, as well as the step size.
Example 1: Min = 0, Max = 100, increment 10 => Slider can be shifted in 10%. Values of the variable at 10% = 10.
Example 2: Min = 500, Max = 1500, increment 100 => Slider can be shifted in 10%. Values of the variable at 10% = 600.
Example 3: Min = -50, Max = 0, increment 1 => Slider can be shifted in 2%. Values of the variable at 10% = -45.

Slider
Variableprofile