Added random data store: helps on generating random NPCs

This commit is contained in:
zorman2000
2016-12-01 14:01:47 -05:00
parent 9f82ae5b7b
commit 46e3d2543b
2 changed files with 103 additions and 0 deletions

View File

@ -26,6 +26,7 @@ mobs.intllib = S
-- NPC
dofile(path .. "/npc.lua")
dofile(path .. "/chat.lua")
dofile(path .. "/random_data.lua")
--dofile(path .. "/trader.lua")
print (S("[MOD] Advanced NPC loaded"))