Difference between revisions of "HideItem"
From Wiki
m (→Example) |
|||
Line 4: | Line 4: | ||
=== Example === | === Example === | ||
<pre> | <pre> | ||
− | ; This will hide the item returned by | + | ; This will hide the item returned by the findItem command |
findItem * G_12 | findItem * G_12 | ||
hideItem #findId | hideItem #findId |
Revision as of 07:42, 18 September 2005
Synopsis
hideItem {id}
Description
The hideItem command removes a specific items graphic from the client. It can be used to unclutter the visual appreance fo the EasyUO client however, it does nothing on the server. Only non static items that are on the ground can be hidden.
Example
; This will hide the item returned by the findItem command findItem * G_12 hideItem #findId halt
See also
Main Page | Documentation |