5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
void main()
|
|
{
|
|
DelayCommand(2.0f, DestroyObject(GetNearestObjectByTag("listener")));
|
|
}
|