Difference between revisions of "FindID"

From Wiki
Jump to: navigation, search
(See Also)
Line 1: Line 1:
__NOTOC__
+
{{header|FindItem|ro|The #findID system variable contains the id of the object returned by [[findItem]].}}
== #findID ==
+
'''FindItem System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The [[Var findID|#findID]] system variable contains the id of the object returned by [[findItem|findItem]].
+
{{Example|
 
+
==== Example ====
+
<pre>
+
 
findAgain:
 
findAgain:
 
finditem POF
 
finditem POF
Line 20: Line 13:
 
   halt
 
   halt
 
msg #findid is the ID of the gold in my bag. I have exactly #findstack gold on me.$
 
msg #findid is the ID of the gold in my bag. I have exactly #findstack gold on me.$
halt
+
halt}}
  
</pre>
+
{{footer}}
==== See Also ====
+
{|
+
| Width=200px | [[findItem|findItem]] || Width=200px | [[Var findType|&#0035;findType]]|| Width=200px | [[Var findX|&#0035;findX]] || Width=200px | [[Var findY|&#0035;findY]] || Width=200px | [[Var findZ|&#0035;findZ]] || Width=200px | [[Var findDist|&#0035;findDist]] || Width=200px | [[Var findKind|&#0035;findKind]] || Width=200px | [[Var findStack|&#0035;findStack]] || Width=200px | [[Var findBagID|&#0035;findBagID]] || Width=200px | [[Var findMod|&#0035;findMod]] || Width=200px | [[Var findRep|&#0035;findRep]] || Width=200px | [[Var findCol|&#0035;findCol]] || Width=200px | [[Var findIndex|&#0035;findIndex]] || Width=200px | [[Var findCnt|&#0035;findCnt]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#FindItem|FindItem System Variables]]
+
|}
+

Revision as of 14:01, 26 August 2005

The #findID system variable contains the id of the object returned by findItem.

Template:Example

See also

Main Page Documentation