Page MenuHomeFeedback Tracker

"Put" Eventhandler Does Not Fire For Containers
Assigned, NormalPublic

Description

When added to a container (vehicle, crate, etc.) the "Put" eventhandler does not appear to execute upon a player putting items into the given container

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Launch the editor
  2. Place down a player unit
  3. Place down a container (vehicle or crate)
  4. Add the following to the init field of the container
this addEventHandler ["put",{hint str _this}]
  1. Preview the mission and place an item in the container

Expected

  • hint appears with arguments for event each time an item is put into the container

Actual

  • No hint appears with any item placed in the container
Additional Information
  • The Take eventhandler does function properly

Event Timeline

Ansible2 created this task.Sep 12 2023, 4:19 PM
dedmen changed the task status from New to Assigned.Sep 19 2023, 1:43 PM
dedmen set Ref Ticket to AIII-55996.