Tio Akima
New member
- Messages
- 349
- Points
- 0
- Age
- 36
- Discord
- TioAkima#0636
- Github
- Tio Akima
- Emulator
Hello
does anyone know how to use the clif_soundeffect () function; in a skill?
the intention is to draw a sound effect.
tried the following:
as a way to debug, I left out the file
the intention was to show the error which folder gets its sound (not found.)
to learn which folder is the correct
massss ... I did not succeed.
Nothing happens ...
does anyone know how to use the clif_soundeffect () function; in a skill?
the intention is to draw a sound effect.
tried the following:
Code:
clif->soundeffect(sd,&sd->bl,"teste.wav",type);
as a way to debug, I left out the file
the intention was to show the error which folder gets its sound (not found.)
to learn which folder is the correct
massss ... I did not succeed.
Nothing happens ...