darkangel1
Member
- Joined
- Oct 31, 2023
- Messages
- 53
- Reaction score
- 5
How can this event be tied to a specific chest? By action id?You could do it in Lua by making an action script to give the item when player clicks on a specific chest.
LUA:local it = player:addItem(itemId) it:setAttribute(ITEM_ATTRIBUTE_CHARGES, amount)
Yep!How can this event be tied to a specific chest? By action id?
Thank you so much. You help me a lotYep!