6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oSound = GetNearestObjectByTag("Warning");
|
||
|
SoundObjectPlay(oSound);
|
||
|
}
|