Page MenuHomeFeedback Tracker

addMissionEventHandler fails to hold objects and groups on _thisArgs after save and load
New, NormalPublic

Description

Title. Looks this is a Mission Event Handler's issue than a specific Event Handler type (in this case Map) but probably it does the issue with any other types.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce
  1. Execute this
addMissionEventHandler ["Map",{ 
   systemChat str (_thisArgs) 
},[player,group player]] ;
  1. Open map and close to check the chat value
  2. Save
  3. Load
  4. Check the 2 again and will return only two nulls.

Event Timeline

POLPOX created this task.Aug 12 2023, 2:34 PM
h- added a subscriber: h-.Aug 12 2023, 8:06 PM