Difference between revisions of "FindRep"
From Wiki
| Line 30: | Line 30: | ||
halt | halt | ||
</pre> | </pre> | ||
| + | == Related Commands == | ||
| + | {| style="background:gainsboro; color:black; border: 2px #aaa solid;" | ||
| + | | width=250px align=center | [[ignoreItem]] || width=250px align=center | [[findItem]] || width=250px align=center | [[findCnt|#findCnt]] | ||
| + | |- | ||
| + | | width=250px align=center | [[findID|#findID]] || width=250px align=center | [[findType|#findType]] || width=250px align=center | [[findX|#findX]] | ||
| + | |- | ||
| + | | width=250px align=center | [[findY|#findY]] || width=250px align=center | [[findZ|#findZ]] || width=250px align=center | [[findDist|#findDist]] | ||
| + | |- | ||
| + | | width=250px align=center | [[findKind|#findKind]] || width=250px align=center | [[findStack|#findStack]] || width=250px align=center | [[findBagID|#findBagID]] | ||
| + | |- | ||
| + | | width=250px align=center | [[findMod|#findMod]] || width=250px align=center | [[findRep|#findRep]] || width=250px align=center | [[findCol|#findCol]] | ||
| + | |- | ||
| + | | width=250px align=center | [[findIndex|#findIndex]] | ||
| + | |} | ||
{{footer}} | {{footer}} | ||
Revision as of 23:19, 3 September 2007
| ⇒ | The #findRep system variable contains the reputation of the object returned by findItem. |
| Value | Description |
| 1 | Innocent (Blue) |
| 2 | Friend (Green) |
| 3 | Grey (Grey - Animal) |
| 4 | Criminal (Grey) |
| 5 | Enemy (Orange) |
| 6 | Murderer (Red) |
| 7 | Invulnerable (Yellow) |
Example
finditem HS_IS G_10 if #findrep = 1 display ok The item found is (blue) Innocent halt
Related Commands
| ignoreItem | findItem | #findCnt |
| #findID | #findType | #findX |
| #findY | #findZ | #findDist |
| #findKind | #findStack | #findBagID |
| #findMod | #findRep | #findCol |
| #findIndex |
See also
| Main Page | Documentation |