Pour command: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
==Syntax==
POUR<br>
POUR [part|half|most|all] {container}<br>
POUR [part|half|most|all] {container} IN {container}<br>

[part|half|most|all] is optional and defaults to all<br>
*PART equals one part
*HALF is half the contents
*MOST is three quarters the contents
*ALL is all of the contents

==Usage==
==Usage==
===Alchemy===
===Alchemy===
In [[Alchemy]] the pour verb can be used to move liquids from one container to another. Mostly though it is used to [[Break command|break]] and [[Combine command|combine]] liquids. The liquid is broken in the starting container and combined in the final container. With [[Alchemy]] the need for exact parts is crucial so use of this verb is very important.<br>
In [[Alchemy]] the <b><tt>POUR</tt></b> verb can be used to move liquids from one container to another. Mostly though it is used to [[Break command|break]] and [[Combine command|combine]] liquids. The liquid is broken in the starting container and combined in the final container. With [[Alchemy]] the need for exact parts is crucial so use of this verb is very important.<br>

==Syntax==
<tt>POUR</tt><br>
<tt>POUR [PART|HALF|MOST|ALL] &lt;CONTAINER&gt;</tt><br>
<tt>POUR [PART|HALF|MOST|ALL] &lt;CONTAINER1&gt; IN &lt;CONTAINER2&gt;</tt><br>

[<tt>PART|HALF|MOST|ALL</tt>] is optional and defaults to <tt>ALL</tt><br>
*<tt>PART</tt> equals one part
*<tt>HALF</tt> is half the contents
*<tt>MOST</tt> is three quarters the contents
*<tt>ALL</tt> is all of the contents


==Example==
===Example===
>look in jar<br>
<tt>LOOK IN JAR</tt><br>
In the jar you see some water.<br>
<i>In the jar you see some water.</i><br>
>pour <b>part</b> jar into my cauldron<br>
<tt>POUR <b>PART</b> JAR INTO MY CAULDRON</tt><br>
You pour <b>part</b> of your water from your jar into a cauldron.<br>
<i>You pour <b>part</b> of your water from your jar into a cauldron.</i><br>
>pour <b>part</b> jar into my cauldron<br>
You pour <b>part</b> of your water from your jar into a cauldron.<br>
That was the last of your water. <br>
<br>
<br>
>look in jar<br>
<tt>LOOK IN JAR</tt><br>
In the jar you see some water.<br>
<i>In the jar you see some water.</i><br>
>pour <b>all</b> jar into my cauldron<br>
<tt>POUR <b>ALL</b> JAR INTO MY CAULDRON</tt><br>
You pour <b>all</b> of your water from your jar into a cauldron.<br>
<i>You pour <b>all</b> of your water from your jar into a cauldron.</i><br>
That was the last of your water. <br>
<i>That was the last of your water.</i><br>





Revision as of 18:01, 31 March 2008

Usage

Alchemy

In Alchemy the POUR verb can be used to move liquids from one container to another. Mostly though it is used to break and combine liquids. The liquid is broken in the starting container and combined in the final container. With Alchemy the need for exact parts is crucial so use of this verb is very important.

Syntax

POUR
POUR [PART|HALF|MOST|ALL] <CONTAINER>
POUR [PART|HALF|MOST|ALL] <CONTAINER1> IN <CONTAINER2>

[PART|HALF|MOST|ALL] is optional and defaults to ALL

  • PART equals one part
  • HALF is half the contents
  • MOST is three quarters the contents
  • ALL is all of the contents

Example

LOOK IN JAR
In the jar you see some water.
POUR PART JAR INTO MY CAULDRON
You pour part of your water from your jar into a cauldron.

LOOK IN JAR
In the jar you see some water.
POUR ALL JAR INTO MY CAULDRON
You pour all of your water from your jar into a cauldron.
That was the last of your water.