Throw Item by Name
Allows for throwing a specific item by name
Parameters
Itemrequired
String
Type the item name you wish to throw into the input box
Delayrequired
Double
Type the delay between throws (in 0.1 second increments)
Amountrequired
Int
Select the number of the selected items to be thrown
C# Usage
public bool ThrowingSystemThrowItemByName(string itemName, double delay = 0.05, int amount = 1)