9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
void main()
|
|
{
|
|
|
|
object oSound = GetObjectByTag("gongsound");
|
|
SoundObjectPlay(oSound);
|
|
|
|
|
|
}
|