So I switched out the on_player_placed_equipment event for the one you suggested and that works! :o
I kind of feel dumb for how easy of a fix that was, but I appreciate the extra help!
Thank you!!! :D
Search found 2 matches
- Sat Jul 26, 2025 8:17 am
- Forum: Modding help
- Topic: [2.0.60] Event "on_player_placed_equipment" Firing Twice
- Replies: 2
- Views: 424
- Mon Jul 21, 2025 6:16 am
- Forum: Modding help
- Topic: [2.0.60] Event "on_player_placed_equipment" Firing Twice
- Replies: 2
- Views: 424
[2.0.60] Event "on_player_placed_equipment" Firing Twice
I am trying to develop a mod that adds custom equipment, which I am needing to detect upon it being placed in the grid for logic and such. The code I have below is just the bare basic of just detecting what equipment I put into a grid (armor, vehicle, etc), and for some reason it fires off once and ...