Denizen/0.7/Migration: Difference between revisions
From Citizens Wiki
(Created page with "All text-type commands (CHAT, NARRATE, etc) must have the text in quotes. Single or double is fine. <pre> Example: - CHAT "This is the text I am Chatting" </pre> EXECUTE mus...") |
No edit summary |
||
Line 2: | Line 2: | ||
<pre> Example: - CHAT "This is the text I am Chatting" </pre> | <pre> Example: - CHAT "This is the text I am Chatting" </pre> | ||
EXECUTE must also have the command and arguments in single- or double- quotes | EXECUTE must also have the command and arguments in single- or double- quotes | ||
<pre> Example: - EXECUTE ASSERVER "warp someplace" </pre> | <pre> Example: - EXECUTE ASSERVER "warp someplace" </pre> | ||
GIVE and TAKE must specify the quantity with QTY:# or qty:# | |||
<pre> Example: - GIVE DIAMOND QTY:10</pre> |
Revision as of 22:55, 15 August 2012
All text-type commands (CHAT, NARRATE, etc) must have the text in quotes. Single or double is fine.
Example: - CHAT "This is the text I am Chatting"
EXECUTE must also have the command and arguments in single- or double- quotes
Example: - EXECUTE ASSERVER "warp someplace"
GIVE and TAKE must specify the quantity with QTY:# or qty:#
Example: - GIVE DIAMOND QTY:10