Welcome to the Creatures Wiki! Log in and join the community.

MOUS

From Creatures Wiki
Jump to navigation Jump to search

MOUS is a CAOS command used to change the behavior of mouse button presses.

Usage[edit]

Syntax: MOUS behavior(integer)

0 is normal behavior. 1 makes the right button do what the left normally does (e.g. activating agents), while leaving the left button unaffected - so both buttons will act as a left click. 2 does the reverse - the left button does what the right normally does, so both buttons will cause the pointer to pick up agents, etc. 3 will reverse both buttons.

Example[edit]

This code, which can be typed into the CAOS command line, will reverse the normal functions of the mouse buttons - might be useful for a left-handed player:

mous 3