View Single Post
12/21/14, 06:47 AM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by circonian View Post
Does this work for anyone else? I can't get it to play the destroy junk sound, neither work.
Lua Code:
  1. PlaySound(SOUNDS.INVENTORY_DESTROY_JUNK)
  2. PlaySound("Inventory_DestroyJunk")
I guess it is just a placeholder and there is no actual sound with this ID.

As far as I know if you destroy an item, you will get an "item sound":

PlayItemSound(itemSoundCategory, ITEM_SOUND_ACTION_DESTROY)
  Reply With Quote