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
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
- Launch the editor
- Place down a player unit
- Place down a container (vehicle or crate)
- Add the following to the init field of the container
this addEventHandler ["put",{hint str _this}]
- 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