Actions: Added some fundamental movement actions.
Places: Added functions for adding and getting places, and for finding places of specific types. Added beds, chairs and chest as places. NPC: Added places map and action queue.
This commit is contained in:
6
init.lua
6
init.lua
@ -1,4 +1,4 @@
|
||||
|
||||
-- Advanced NPC mod by Zorman2000
|
||||
local path = minetest.get_modpath("advanced_npc")
|
||||
|
||||
-- Intllib
|
||||
@ -30,5 +30,7 @@ dofile(path .. "/dialogue.lua")
|
||||
dofile(path .. "/random_data.lua")
|
||||
dofile(path .. "/trade/trade.lua")
|
||||
dofile(path .. "/trade/prices.lua")
|
||||
dofile(path .. "/actions/actions.lua")
|
||||
dofile(path .. "/actions/places.lua")
|
||||
|
||||
print (S("[MOD] Advanced NPC loaded"))
|
||||
print (S("[Mod] Advanced NPC loaded"))
|
||||
|
Reference in New Issue
Block a user