Changes

Jump to navigation Jump to search
Line 119: Line 119:  
|-
 
|-
 
| <tt>NOT</tt>
 
| <tt>NOT</tt>
| Does nothing if the next word is not <tt>friendship</tt>.
+
| Command ignored if the next word is not <tt>friendship</tt>.
 
|-
 
|-
 
| <tt>MAIL {{t|letter ID}}</tt>
 
| <tt>MAIL {{t|letter ID}}</tt>
| Runs the next command if the player did ''not'' receive the given letter ID or world state ID (see <tt>HasFlag</tt> in the [https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher Content Patcher documentation]). May<br /><small>Example: <tt>MAIL ccVault/GOTO spring/GOTO summer</tt> (runs <tt>GOTO spring</tt> if the bus is repaired, or <tt>GOTO summer</tt> if it isn't; not limited to <tt>GOTO</tt> commands).</small>
+
| Runs the next command if the player did ''not'' receive the given letter ID or world state ID (see <tt>HasFlag</tt> in the [https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher Content Patcher documentation]); else continues from the command after that.<br /><small>Example: <tt>MAIL ccVault/GOTO spring/GOTO summer</tt> (runs <tt>GOTO spring</tt> if the bus is repaired, or <tt>GOTO summer</tt> if it isn't; not limited to <tt>GOTO</tt> commands).</small>
 
|-
 
|-
 
| <tt>GOTO {{t|key}}</tt>
 
| <tt>GOTO {{t|key}}</tt>
translators
8,403

edits

Navigation menu