Progress on gifts and relationships. Still requires further debugging to understand some timer issues.
This commit is contained in:
6
init.lua
6
init.lua
@ -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"))
|
||||
|
Reference in New Issue
Block a user