ID:266276
 
how do u add sound cuz someone messed up the spuzz's sound tutrials
mob/verb/Sound()
world << sound(whatever.wav)
In response to Lord of Water
Using world<<sound() is a bad example use usr<<sound() instead.
In response to Nadrew
i know but how do u get the sound on byond
In response to Lord Master
Lord Master wrote:
i know but how do u get the sound on byond


You're going to have to me more specific.
In response to Nadrew
like how do i get hte sound wave on byond how do i put the wave on byond
In response to Lord Master
Lord Master wrote:
like how do i get hte sound wave on byond how do i put the wave on byond



You have the .wav to the same directory as your game and usue this code to play it:


mob/verb/Sound()
usr<<sound('Whatever.wav',1)//This plays the souund and repeats it over and over.
In response to Nadrew
since u guys are talking about waves how do i like make it where when u go ssj this sound plays
In response to Z fighter
i made the sound and junk but it appeared as a new catogory and it made 2 verbs and i had to click on it to play and i only want it to play once and that is when u go ssj