track Inventory Item
This function allows people to start tracking items later while the script is already running
fun trackInventoryItem(itemId: Int, labelItemName: String? = null): PaintBuilder
Content copied to clipboard
fun trackInventoryItem(itemId: Int, labelItemName: String?, vararg options: TrackInventoryOption): PaintBuilder
Content copied to clipboard