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:
zorman2000
2016-12-18 12:32:39 -05:00
parent a2e38ab85f
commit 646b422082
6 changed files with 275 additions and 7 deletions

View File

@ -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"))