diff options
Diffstat (limited to 'src/map/init.c')
-rw-r--r-- | src/map/init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/init.c b/src/map/init.c index cd0a5ed..019f53c 100644 --- a/src/map/init.c +++ b/src/map/init.c @@ -74,6 +74,10 @@ HPExport void plugin_init (void) addScriptCommand("rif", "is*", rif); addScriptCommand("countitemcolor", "v*", countItemColor); addScriptCommand("misceffect", "i*", miscEffect); + addScriptCommand("setmapmask", "si", setMapMask); + addScriptCommand("addmapmask", "si", addMapMask); + addScriptCommand("removemapmask", "si", removeMapMask); + addScriptCommand("getmapmask", "s", getMapMask); do_init_langs(); |