Actions: Fully working 2D pathfinding code, including doors.

Added NPC actions so that it now closes doors after opening them.
Fixed rotations for opening/closing doors and for reaching the goal point.
Added full support to cottages mod gates and half doors.
WIP: Support for cottages beds and sleeping mats.
This commit is contained in:
zorman2000
2017-01-09 11:34:38 -05:00
parent 49cdae423f
commit 641bdd8874
6 changed files with 162 additions and 53 deletions

View File

@ -33,5 +33,6 @@ dofile(path .. "/trade/prices.lua")
dofile(path .. "/actions/actions.lua")
dofile(path .. "/actions/places.lua")
dofile(path .. "/actions/pathfinder.lua")
dofile(path .. "/actions/node_registry.lua")
print (S("[Mod] Advanced NPC loaded"))