diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 15efc00..3210cca 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -20,5 +20,9 @@ BUILDIN(setNpcDir); BUILDIN(rif); BUILDIN(countItemColor); BUILDIN(miscEffect); +BUILDIN(setMapMask); +BUILDIN(getMapMask); +BUILDIN(addMapMask); +BUILDIN(removeMapMask); #endif // EVOL_MAP_SCRIPT |