function rs_GetCompassAngleDegrees: Extended;
Returns the compass angle in degrees.
Note
by Wizzup?
Example:
function rs_GetCompassAngleRadians: Extended;
Returns the compass angle in radians.
Note
by Wizzup?
Example:
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:
function rs_OnMinimap(x, y: Integer): Boolean;
Checks wether the specified point is on the minimap.
Note
by Raymond
Example:
function RBoolEx(chance: integer): boolean;
Returns a boolean, with a chance of 1 / chance
Note
by Rasta Magician
Example:
function RBool: boolean;
Returns a boolean, with a 50% chance
Note
by Rasta Magician
Example:
XXX: DO WE KEEP THIS?