implement dice functionality

This commit is contained in:
ErikasKontenis
2019-11-24 16:11:07 +02:00
parent 2a432da341
commit b9b021ea58
7 changed files with 51 additions and 18 deletions

View File

@@ -1189,6 +1189,8 @@ void LuaScriptInterface::registerFunctions()
registerEnum(CONST_ME_SOUND_PURPLE)
registerEnum(CONST_ME_SOUND_BLUE)
registerEnum(CONST_ME_SOUND_WHITE)
registerEnum(CONST_ME_BUBBLES)
registerEnum(CONST_ME_CRAPS)
registerEnum(CONST_ANI_NONE)
registerEnum(CONST_ANI_SPEAR)
registerEnum(CONST_ANI_BOLT)