Event Property

From Wiki
Revision as of 11:47, 27 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search


Synopsis

event Property {ID}

Description

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

Main Page Documentation