Alexandria Uptime: 16.33 Days
Total players online: 0



Take the Tour | Site Map

Name

moveItemToPos — Moves an item to a specific screen position.

Synopsis

call subs.txt moveItemToPos { itemid } { screenx } { screeny } [ amount ] [ return ]

Author

ScriptFellow

Parameters

Table 25. moveItemToPos parameters

NameDescription
itemidID of item to move.
screenxScreen x-coordinate.
screenyScreen y-coordinate.
amountAmount (if 0 it will move the whole stack).
returnName of return value ('return' by default).

Description

Moves an item to a specific screen position.

Returns

@%3 (#true or #false if timedout)

See Also

subs.drop, subs.moveItemToContainer, subs.dropOnBackPack