PGRData/Script/matrix/xhome/xdorm/xhomechar/xhomecharnode/XHomeCharReachFurniture.lua

7 lines
278 B
Lua
Raw Permalink Normal View History

local XHomeCharReachFurniture = XLuaBehaviorManager.RegisterNode(XLuaBehaviorNode, "HomeCharReachFurniture", CsBehaviorNodeType.Action, true, false)
function XHomeCharReachFurniture:OnEnter()
self.Node.Status = CsNodeStatus.SUCCESS
self.AgentProxy:ReachFurniture()
end