Page MenuHomeFeedback Tracker

SetAffectPathgraph and UpdatePathgraphRegionByObject not works in 1.08
Assigned, NormalPublic

Description

If i spawn object like Land_Container_1Bo, Land_Container_1Aoh, Land_Container_1Moh, Land_Container_1Mo (and more) from scripts, zobies walks thru textures of created objects
P.S. Also containers creates with open doors and doors don't always close from script

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General
Steps To Reproduce

Create object like container

Object obj = GetGame().CreateObjectEx("Land_Container_1Bo", position, ECE_PLACE_ON_SURFACE);
or
Object obj = GetGame().CreateObject("Land_Container_1Bo", position, false, true, true);

SetOrientation(orientation);

obj.SetAffectPathgraph(true, false);
GetGame().GetCallQueue(CALL_CATEGORY_SYSTEM).CallLater(GetGame().UpdatePathgraphRegionByObject, 100, false, obj);

Event Timeline

borizz.k created this task.Aug 7 2020, 10:33 AM
Geez changed the task status from New to Assigned.Aug 10 2020, 11:18 AM

still not works...