Difference between revisions of "Event Property"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 01:14, 14 August 2005

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