Ok folks the light is getting a little brighter now

here is what I have so far
SUO:
repeat
set %SpecialItemDrop ATL_IYD
finditem %SpecialItemDrop C_ , #backpackid
sound woohoo.wav
until #CharGhost = YES
While #Charghost = YES
Wait 0
GoTo SUO
I have the Item Type for the Smuggelers Tool Kit "ATL" and the Smuggelers Lantern "IYD"
At first I only had
set %SpecialItemDrop ATL_IYD
finditem %SpecialItemDrop C_ , #backpackid
sound woohoo.wav
But after looking at it I thought maybe that was just going to run through the code just once and then do nothing so I went back to the tutorial and added in the SUO repeat stuff and the GoTo.
Now the WAV file I have is in the same folder as EasyUO.exe and this txt file. The way I have tested it is to just drag and drop one of these items to my backpack, but nothing is happening. I am unclear about needing an "if" or some kind of a command that tells the sound file to play when the finditem command comes back true.
Thanks for all the help so far, again I know this seems so small but at least its starting to make a little more sense to me.