Difference between revisions of "LLiftedType"

From Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{header|Last Action|ro|The #lLiftedType system variable determines the type of the object last dragged/lifted.}}
== #lLiftedType ==
+
'''Last Action System Variables'''
+
=== Description ===
+
{{ro}}
+
  
 
==== Example ====
 
==== Example ====
 
<pre>
 
<pre>
 +
finditem JTL
 +
event Drag #findID
 +
wait 20
 +
msg The type of the item you lifted is #lLiftedType $
 +
halt
 +
</pre>
  
 
+
=See Also=
</pre>
+
{{Last Action}}
==== See Also ====
+
{|
+
| Width=200px |
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Last_Action|Last Action System Variables]]
+
|}
+

Latest revision as of 10:10, 7 September 2007

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

Last Action

  • The last action system variables are adjusted when certain activities are performed in the Ultima Online Client.
#lObjectID Returns the id of the last used object
#lObjectType Returns the type of the last used object
#lTargetID Returns the id of the last target used
#lTargetX Returns the world x-coordinate of the last target used
#lTargetY Returns the world y-coordinate of the last target used
#lTargetZ Returns the world z-coordinate of the last target used
#lTargetKind Returns the kind of what was last targeted
#lTargetTile Returns the tile last targeted
#lLiftedID Returns the id of the object last dragged/lifted
#lLiftedType Returns the type of the object last dragged/lifted
#lLiftedKind Returns if an object is being dragged/lifted
#lSkill Returns the skill last used
#lSpell Returns the last spell cast