Difference between revisions of "Property"

From Wiki
Jump to: navigation, search
 
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #tileType ==
+
== #property ==
 
'''Result System Variables'''
 
'''Result System Variables'''
 
=== Description ===
 
=== Description ===

Revision as of 13:58, 9 August 2005

#property

Result System Variables

Description

Holds the value from the last event Property statement executed.

Each line from a context menu in the client is delimited with a $ character, with denotes "new line". For example, a runebook will show up in game as:

Runebook

Blessed

in the #property variable, this would look like: RUNEBOOK$BLESSED

Example


finditem *
if #findKind <> -1
{
  event Property #findID
  display ok #property
}
halt

See Also

event Property

Main_Page Documentation Result System Variables