Difference between revisions of "NextCPosX"
From Wiki
(→Description) |
m (→Description) |
||
Line 7: | Line 7: | ||
The [[Var_nextCPosX|#nextCPosX]] system variable determines the x-coordinate of where the next container/gump will open. | The [[Var_nextCPosX|#nextCPosX]] system variable determines the x-coordinate of where the next container/gump will open. | ||
− | ''Note | + | ''Note: The "Offset interface windows rather than perfectly stacking them" option, in Interface options (Mouse Icon) must be turned on for this to work.'' |
− | The "Offset interface windows rather than perfectly stacking them" option, in Interface options (Mouse Icon) must be turned on for this to work.'' | + | |
==== Example ==== | ==== Example ==== |
Revision as of 15:15, 16 August 2005
#nextCPosX
Container System Variables
Description
⇔
The #nextCPosX system variable determines the x-coordinate of where the next container/gump will open.
Note: The "Offset interface windows rather than perfectly stacking them" option, in Interface options (Mouse Icon) must be turned on for this to work.
Example
; Open bank box at 10,10 set #nextCPosX 10 set #nextCPosY 10 msg bank$ halt
See Also
#nextCPosY | contPos | nextCPos |
Main_Page | Documentation | Container System Variables |