NextCPosY

From Wiki
Revision as of 20:28, 15 August 2005 by Panther.sn (Talk | contribs)

Jump to: navigation, search

#nextCPosY

Container System Variables

Description

The #nextCPosY system variable determines the y-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

#nextCPosX contPos nextCPos

Main_Page Documentation Container System Variables