Difference between revisions of "Property"
From Wiki
(→Example) |
|||
| Line 11: | Line 11: | ||
finditem * | finditem * | ||
| − | if # | + | if #FINDCNT > 0 |
{ | { | ||
event Property #findID | event Property #findID | ||
Revision as of 09:10, 1 September 2007
| ⇒ | 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 #FINDCNT > 0
{
event Property #findID
display ok #property
}
halt
See also
| Main Page | Documentation |