Difference between revisions of "HideItem"

From Wiki
Jump to: navigation, search
m
Line 10: Line 10:
 
</pre>
 
</pre>
  
 +
== Related Commands ==
 +
{| style="background:gainsboro; color:black; border: 2px #aaa solid;"
 +
| Width=250px align=center | [[findItem]]
 +
|}
 
{{footer}}
 
{{footer}}

Revision as of 12:30, 3 August 2007

Synopsis

hideItem {id}

Description

The hideItem command removes a specific items graphic from the client. It can be used to unclutter the visual appreance of 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

Related Commands

findItem

See also

Main Page Documentation