1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-27 11:45:18 +01:00

Add quest framework and basic periodic quest support

This commit is contained in:
Wouters Dorian
2015-07-22 00:04:54 +02:00
parent 873e874563
commit 69ce8e8266
23 changed files with 1090 additions and 0 deletions

5
mods/mff/README.md Normal file
View File

@@ -0,0 +1,5 @@
* MFF-specific mods folder
** Code convention
All MFF mods must be in the `mff` global table, and thus shall depend on the mff_core mod first defining it.
The reason for this is to allow introspection using mff_introspect to track bugs at runtime, and more generally to define a code namespace.