Event Property

From Wiki
Revision as of 02:14, 14 August 2005 by Una (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Event Property

Event commands

Synopsis

event Property {ID}

Description

(Added in 1.39) The event Property command reads the description and properies of an item and places the information in the system variable #property. Each line in the #property variable is seperated by '$'.


Example

; This will use the item returned by the findItem command and save
; the information displayed in game by the property pop-up widow
; into the #property variable.
findItem ABC
event Property #findID

See Also

Var_property

Main_Page Documentation

Event commands