diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-12 11:57:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-12 11:57:04 -0300 |
commit | 9db961a6324a24ae4e5cfc913e677bc3f4b8fd01 (patch) | |
tree | 864c95e25d96c2b99ab794c9b273736583de820e /npc/scripts.conf | |
parent | 96798d71698a168dc2eb4d8d6ec7637957fb9230 (diff) | |
download | serverdata-9db961a6324a24ae4e5cfc913e677bc3f4b8fd01.tar.gz serverdata-9db961a6324a24ae4e5cfc913e677bc3f4b8fd01.tar.bz2 serverdata-9db961a6324a24ae4e5cfc913e677bc3f4b8fd01.tar.xz serverdata-9db961a6324a24ae4e5cfc913e677bc3f4b8fd01.zip |
`@event` command have priority over a few other commands
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index dd0397c48..ad0e2113a 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -27,6 +27,7 @@ "npc/functions/scoreboards.txt", "npc/functions/random-talk.txt", "npc/items/rand_sc_heal.txt", +"npc/commands/event.txt", // config script "npc/config/hairstyle_config.txt", @@ -68,7 +69,6 @@ // custom atcommands "npc/commands/music.txt", -"npc/commands/event.txt", "npc/commands/exp.txt", "npc/commands/debug-look.txt", "npc/commands/debug-quest.txt", |