Changes

Line 1,510: Line 1,510:  
| Defines conditions for the order appearing. Can be one of the following:
 
| Defines conditions for the order appearing. Can be one of the following:
 
* <samp>season_{{t|season}}</samp>: must currently be the specified season.
 
* <samp>season_{{t|season}}</samp>: must currently be the specified season.
* <samp>event_{{t|ID}}</samp>: the specified event ID must have been seen.
+
* <samp>event_{{t|ID}}</samp>: the host player has seen the event with the specified ID.
* <samp>mail_{{t|ID}}</samp>: the specified mail must have been read.
+
* <samp>mail_{{t|ID}}</samp>: the host player has the specified mail key.
 
* <samp>rule_{{t|name}}</samp>: the specified rule is in effect. (See below.)
 
* <samp>rule_{{t|name}}</samp>: the specified rule is in effect. (See below.)
* <samp>dropbox_{{t|name}}</samp>: the specified dropbox is targetted. (See below.)
+
* <samp>dropbox_{{t|name}}</samp>: the specified dropbox is currently in use by another quest or special order. (See below.)
* <samp>island</samp>: Ginger Island has been visited.
+
* <samp>island</samp>: Ginger Island has been unlocked.
 +
* <samp>knows_{{t|NPCname}}</samp>: Returns true if any farmer knows the specified NPC.
 
* <samp>NOT_IMPLEMENTED</samp>: Always returns false.
 
* <samp>NOT_IMPLEMENTED</samp>: Always returns false.
Additionally, requirements may be prefixed with <samp>!</samp> to invert the condition.
+
Additionally, requirements may be prefixed with <samp>!</samp> to invert the condition. For example, <samp>!dropbox_{{t|name}}</samp> returns true only if the specified dropbox is ''not'' in use.
 
|-
 
|-
 
| <samp>OrderType</samp>
 
| <samp>OrderType</samp>
118

edits