diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-23 11:41:26 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-23 11:41:26 -0600 |
commit | 80c728163b6df85275b1e9d20639a7e3f500ccff (patch) | |
tree | 48db85e56360fd2e3f7ad35b93ffe4bfbdfdb6c0 /conf/atcommand_local.conf.example | |
parent | 7eb960be2d5c7527bcc89dcc0b853631abdd83ee (diff) | |
download | serverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.tar.gz serverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.tar.bz2 serverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.tar.xz serverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.zip |
Add some of fate's new commands to some files
Diffstat (limited to 'conf/atcommand_local.conf.example')
-rw-r--r-- | conf/atcommand_local.conf.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/atcommand_local.conf.example b/conf/atcommand_local.conf.example index 1f07f962..0186cadd 100644 --- a/conf/atcommand_local.conf.example +++ b/conf/atcommand_local.conf.example @@ -109,6 +109,13 @@ itemreset: 40 // Sets your spawn point (aka save point). save: 40 +// Send text to the GM log +log: 40 +l: 40 + +// Send text to the GM log and local chat +tee: 40 +t: 40 //-------------------- // 60: "GM" @@ -285,6 +292,18 @@ chardropall: 60 // put a players possessions in storage charstoreall: 60 +// iterate over players +// forward +hugo: 60 +// backward +linus: 60 + +// make yourself invisible to everyone +invisible: 60 + +// make yourself visible to everyone +visible: 60 + //---------------------- // 80: "eA Dev" |