Difference between revisions of "LLiftedID"
From Wiki
Line 5: | Line 5: | ||
{{ro}} | {{ro}} | ||
+ | The #lLiftedID system variable determines the id of the object last dragged/lifted. | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | + | finditem JTL | |
− | + | event Drag #findID | |
+ | wait 20 | ||
+ | msg The ID of the item you lifted is #lLiftedID $ | ||
+ | halt | ||
</pre> | </pre> | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width=200px | | + | | Width=200px | [[Var lLiftedKind|lLiftedKind]] |
|} | |} | ||
---- | ---- |
Revision as of 07:53, 18 August 2005
#lLiftedID
Last Action System Variables
Description
⇒
The #lLiftedID system variable determines the id of the object last dragged/lifted.
Example
finditem JTL event Drag #findID wait 20 msg The ID of the item you lifted is #lLiftedID $ halt
See Also
lLiftedKind |
Main_Page | Documentation | Last Action System Variables |