Name
moveItemToPos — Moves an item to a specific screen position.
Synopsis
call subs.txt moveItemToPos { itemid } { screenx } { screeny } [ amount ] [ return ]
Parameters
Table 25. moveItemToPos parameters
| Name | Description |
|---|
| itemid | ID of item to move. |
| screenx | Screen x-coordinate. |
| screeny | Screen y-coordinate. |
| amount | Amount (if 0 it will move the whole stack). |
| return | Name of return value ('return' by default). |
Description
Moves an item to a specific screen position.
Returns
@%3 (#true or #false if timedout)