Overwrite ========= rs_GetCompassAngleDegrees ~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: pascal function rs_GetCompassAngleDegrees: Extended; Returns the compass angle in degrees. .. note:: by Wizzup? Example: .. code-block:: pascal rs_GetCompassAngleRadians ~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: pascal function rs_GetCompassAngleRadians: Extended; Returns the compass angle in radians. .. note:: by Wizzup? Example: .. code-block:: pascal MouseBox ~~~~~~~~ .. code-block:: pascal procedure MouseBox(x1, y1, x2, y2: Integer; ClickType: Integer); Moves mouse into a random position in the box. Clicks if told to. .. note:: by SKy Scripter and Nielsie95 Example: .. code-block:: pascal rs_OnMinimap ~~~~~~~~~~~~ .. code-block:: pascal function rs_OnMinimap(x, y: Integer): Boolean; Checks wether the specified point is on the minimap. .. note:: by Raymond Example: .. code-block:: pascal RBoolEx ~~~~~~~ .. code-block:: pascal function RBoolEx(chance: integer): boolean; Returns a boolean, with a chance of 1 / chance .. note:: by Rasta Magician Example: .. code-block:: pascal RBool ~~~~~ .. code-block:: pascal function RBool: boolean; Returns a boolean, with a 50% chance .. note:: by Rasta Magician Example: .. code-block:: pascal XXX: DO WE KEEP THIS?