Some operational commands that allow better usability for cps
absolute game var nonegatives //Sets the game variable nonegatives to its absolute (Removes the sign)
[sign course var direction] //Returns -1, 0 or 1, depending on the value inside. If its negative, positive or 0.
clamp var i = 3, 10 //Clamps the var i aka keeps the value of var i inside two values (3 and 10 in this case)
seed = 1 //Sets the seed for randomizing
[seed] //Returns the seed used currently for randomizing.