Author Topic: Emote: Waluigi Time  (Read 8569 times)

If my sound file was named 'Wah.wav', how would that look?
I'm not the best with coding..
generic sound datablock code
Code: [Select]
datablock AudioProfile(WaluigiTimeSoundData)
{
filename = "Add-Ons/Emote_Waluigi/Wah.wav";
description = AudioClosest3d;
preload = false;
};

you'd probably want to play the sound at the player's position so

ServerPlay3D(WaluigiTimeSoundData, %player.getPosition());

something like that

That looks very good and very creative!

Now you must do this:
http://www.youtube.com/watch?v=65uNCLBTje0
Do the Mario!
I've never seen some kind of hat with a Mario hat, nose, and moustache altogether.
« Last Edit: May 26, 2013, 11:48:54 AM by OzmarBlock »


Doh, I Missed!

although wario said that... still a reference right??

That looks very good and very creative!

Now you must do this:
http://www.youtube.com/watch?v=65uNCLBTje0
Do the Mario!
I've never seen some kind of hat with a Mario hat, nose, and moustache altogether.
DIC