11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
// IW6 GSC SOURCE
|
|
// Generated by https://github.com/xensik/gsc-tool
|
|
|
|
main()
|
|
{
|
|
wait 0;
|
|
|
|
if ( isdefined( self ) )
|
|
self delete();
|
|
}
|