diff options
author | gumi <git@gumi.ca> | 2020-07-24 14:06:43 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-07-27 08:47:44 -0400 |
commit | 97561caeca7e9518ff7e4961a57257c5298bdf25 (patch) | |
tree | 39f97f8453d1b9a14cbf17c20924184e6194d0b6 /npc/scripts.conf | |
parent | b899412192d02f5f36d693a92d97b8cf6863f72f (diff) | |
download | serverdata-s20200729.tar.gz serverdata-s20200729.tar.bz2 serverdata-s20200729.tar.xz serverdata-s20200729.zip |
add a reusable event dispatching systems20200729
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 9714b492..d86046ad 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -14,6 +14,7 @@ "npc/functions/warp.txt", "npc/functions/gender.txt", "npc/functions/bitwise.txt", +"npc/functions/event-listeners.txt", // Misc functions "npc/functions/main.txt", |