Originally posted by iMortalCTx
Help
playSound( sound )
{
self playLocalSound( sound , 0.5 );
self iPrintln("^5Played Sound");
}
So like this
addmenuOption( "sub1", "Play Sound", ::playSound, "SoundName" );
it may be different depending on the base your using.