If possible, this command should be called before screen lock is turned on. This command adds area on screen to click. After clicking the area, the subprocedure corresponding to this area (this command) will be executed.
Parameters:- Area for the user to click - Area expression - Area that will be highlighted on the screen. User will be allowed to click here,
- Lock name - String expression - Name of lock variable,
- Player name - String expression - Name of the player to run the procedure on user click.
Subprocedures:- OnClick - Procedure executed on user click on the given area.
krzys2014-11-23