Alexandria Uptime: 16.13 Days
Total players online: 0



Take the Tour | Site Map

Name

moveItemToContainer — Moves an item to a specific screen position.

Synopsis

call subs.txt moveItemToContainer { itemid } { contid } [ amount ] [ return ]

Author

ScriptFellow

Parameters

Table 26. moveItemToContainer parameters

NameDescription
itemidID of item to move.
contidID of container to move item to.
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)

Changes

findItem system variables

See Also

subs.drop, subs.moveItemToPos, subs.dropOnBackPack