Difference between revisions of "LLiftedType"

From Wiki
Jump to: navigation, search
 
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
 +
(Added in 1.41) The #lLiftedType system variable determines the type of the object last dragged/lifted.
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
 
+
finditem JTL
 
+
event Drag #findID
 +
wait 20
 +
msg The type of the item you lifted is #lLiftedType $
 +
halt
 
</pre>
 
</pre>
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px |  
+
| Width=200px | [[Var lLiftedType|#lLiftedType]] || Width=200px | [[Var lLiftedKind|#lLiftedKind]] 
 
|}
 
|}
 
----
 
----

Revision as of 08:47, 18 August 2005

#lLiftedType

Last Action System Variables

Description

(Added in 1.41) The #lLiftedType system variable determines the type of the object last dragged/lifted.

Example

finditem JTL
event Drag #findID
wait 20
msg The type of the item you lifted is #lLiftedType $
halt

See Also

#lLiftedType #lLiftedKind

Main_Page Documentation Last Action System Variables