01-16-2022, 03:44 PM
Hello
Cant execute the below persistent since it has more than one trash ID.
It works however if i only add one ID to TRASH_IDs.
Any assistance would be helpful
Cant execute the below persistent since it has more than one trash ID.
It works however if i only add one ID to TRASH_IDs.
Any assistance would be helpful
local TRASH_IDS = {3465, 2472} -- Ids to destroy.
local WEAPON_ID = 3274 -- Weapon id to be used to destroy.
antifurnituretrap(WEAPON_ID, table.unpack(TRASH_IDS))