Is it possible somehow to play a sound from script? I have been looking for it almost everywhere but I found nothing. For example if I run out of shots
LABEL CHECK
ITEMCOUNT(Soulshot: C-grade[ID=1464],<,1500)
{
NPCSEL(Walderal[ID=30844])
NPCDLG(Walderal[ID=30844])
DLGSEL(Private Warehouse.)
DLGSEL(Withdraw an item. (Private Warehouse))
LOADITEM(Soulshot: C-grade[ID=1464],2000;)
ITEMCOUNT(Soulshot: C-grade[ID=1464],<,1500)
{
// SOUND EVENT NEEDED
}
}
CALL CHECK
btw any working scriipt for buffing in Clan Hall ?