LoadDSO msgGroup.so; LoadDSO samp.so; h = Create SampleActor; SetDirectory h "/nfs/nlx2/vss/latest/65/vss/doc/dummies/ambiences"; PlayTheCheer = Create MessageGroup; AddMessage PlayTheCheer PlaySample h "cheer.aiff"; // This next line just plays the sound a first time, so we know it's working. // You probably don't want it in your own program, so take it out. SendData PlayTheCheer [0];