FindID
From Wiki
| ⇒ | The #findID system variable contains the id of the object at the current #findIndex position. All of the find* variables are populated by using the findItem command. |
Example
finditem POF C_ , #BACKPACKID
if #FINDCNT > 0
{
msg #FINDID is the ID of the gold in my bag. There is #FINDSTACK gold in that stack.$
}
halt
Related Commands
| ignoreItem | findItem | #findCnt |
| #findID | #findType | #findX |
| #findY | #findZ | #findDist |
| #findKind | #findStack | #findBagID |
| #findMod | #findRep | #findCol |
| #findIndex |
See also
| Main Page | Documentation |