i was trying to make a script so if u were near the lvl70etc band it would play the for the horde song 11803 and it failed so heres what i have could somebody fix that or tell me what i did wrong
p.s. its my first lua attempt XD
function Samuro_playerenter(pUnit, event)
pUnit : PlaySoundToSet(11803)
end
RegisterUnitEven (23625 , 10, "Samuro_playerenter")