diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 1af650f..5993e37 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -31,5 +31,8 @@ BUILDIN(setNpcSex); BUILDIN(setPcSit); BUILDIN(getPcSit); BUILDIN(setNpcDistance); +BUILDIN(showAvatar); +BUILDIN(setAvatarDir); +BUILDIN(setAvatarAction); #endif // EVOL_MAP_SCRIPT |