IW4-Dump-Files/codescripts/delete.gsc

8 lines
85 B
Plaintext

main()
{
assert(isdefined(self));
wait 0;
if (isdefined(self))
self delete();
}