Page MenuHomeFeedback Tracker

load & loadAbs commands executed on container return 0 if container has not yet been opened locally.
Closed, ResolvedPublic

Description

Tested on 2.07 Dev Branch rev 148209.

Details

Severity
Minor
Resolution
No Bug
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
21H1
Category
Scripting
Steps To Reproduce

1 - Execute

testCargoObject = "C_IDAP_CargoNet_01_supplies_F" createVehicle (position player);
[load testCargoObject, loadAbs testCargoObject]

in debug console. Return is [0, 0].
2 - Open created object's inventory.
3 - Execute

[load testCargoObject, loadAbs testCargoObject]

in debug console. Return is [0.119955,2639]

Event Timeline

GhostIsSpooky edited Steps To Reproduce. (Show Details)
GhostIsSpooky edited Steps To Reproduce. (Show Details)
GhostIsSpooky edited Steps To Reproduce. (Show Details)

Cannot repro the problem. Try to verify files. Also wait for the next dev just to be sure.

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Dec 14 2021, 9:17 PM
BIS_fnc_KK changed the task status from New to Need More Info.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.

Cannot repro in dev branch rev 148602. Can probably close this.

BIS_fnc_KK closed this task as Resolved.Dec 25 2021, 10:22 AM
BIS_fnc_KK changed Resolution from Open to No Bug.