Trading: WIP

Added functions to determine trade state.
NPC: Added inventory and inventory functions.
Added variables to definition related with trading
This commit is contained in:
zorman2000
2016-12-05 20:22:33 -05:00
parent a77dfacac7
commit 2720be8d48
4 changed files with 271 additions and 125 deletions

View File

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