Difference between revisions of "Event Property"
From Wiki
Line 1: | Line 1: | ||
− | + | {{command header|Event}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | {{body|event Property {ID}|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 '$'.}} | |
− | + | ||
Line 18: | Line 13: | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + | ||
− | + |
Revision as of 10:47, 27 August 2005
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 |