mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Typos in example_batch_cmds.ev
This commit is contained in:
parent
ec19f88c70
commit
aeee73e3ee
1 changed files with 4 additions and 4 deletions
|
|
@ -10,8 +10,8 @@
|
|||
# marks the end of a previous command definition (important!).
|
||||
#
|
||||
# All supplied commands are given as normal, on their own line
|
||||
# and accepts arguments in any format up until the first next
|
||||
# comment line begins. Extra whitespace is removed; an empty
|
||||
# and accept arguments in any format up until the first next
|
||||
# comment line begins. Extra whitespace is removed; an empty
|
||||
# line in a command definition translates into a newline.
|
||||
#
|
||||
|
||||
|
|
@ -43,10 +43,10 @@ know you want to!
|
|||
# in the argument are not considered. A completely empty line
|
||||
# translates to a \n newline in the command; two empty lines will thus
|
||||
# create a new paragraph. (note that few commands support it though, you
|
||||
# mainly want to use it for descriptions)
|
||||
# mainly want to use it for descriptions).
|
||||
|
||||
# Now let's place the button where it belongs (let's say limbo #2 is
|
||||
# the evil lair in our example)
|
||||
# the evil lair in our example).
|
||||
|
||||
@teleport #2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue