Progress on gifts and relationships. Still requires further debugging to understand some timer issues.

This commit is contained in:
Hector Franqui
2016-11-14 06:28:37 -05:00
parent e0e3c10741
commit 18657cc108
12 changed files with 673 additions and 259 deletions

View File

@ -1,5 +1,5 @@
local path = minetest.get_modpath("mobs_npc")
local path = minetest.get_modpath("advanced_npc")
-- Intllib
local S
@ -25,6 +25,6 @@ mobs.intllib = S
-- NPC
dofile(path .. "/npc.lua") -- TenPlus1
dofile(path .. "/trader.lua")
--dofile(path .. "/trader.lua")
print (S("[MOD] Mobs Redo 'NPCs' loaded"))
print (S("[MOD] Advanced NPC loaded"))