- Joined
- Dec 9, 2016
- Messages
- 4,787
- Thread Author
- #1
Add the interact method onto the ActionBar.Slot function. Similar to having it on GameObjects, Npcs and many others. Using the actionbar could help increase the number of items dropped as it would more than likely have a lower chance for failure.
Picture:
Example:
Leave suggestions or comments below
@Party thoughts?
Picture:

Example:
Code:
granite = ActionBar.newQuery().names("Granite (2kg)").results().first();
if (granite != null && granite.isActivatable()) {
granite.interact("Drop");
}
@Party thoughts?