Player.control

From AGI Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The player.control command restores player control over the ego screen object.

Syntax

player.control();

Remarks

By default, ego (screen object o0) is controlled by the player via the keyboard, joystick and/or mouse. If ego is in program control mode (by executing the program.control command, or by using move.obj, move.obj.v or wander ), this command restores control back to the player. Ego's direction is not affected when control mode is changed.

Possible Errors

None.

Example

Code:
program.control();  [ now player cannot control ego 
...
player.control();   [ player control is restored

Technical Information

Required Interpreter Version: Available in all AGI versions.
Byte-Code Value: 132 (0x84 hex)

See Also

System Commands
program.control