6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
|
void main()
|
||
|
{
|
||
|
if(GetLocalInt(GetModule(), "iuse")==0)
|
||
|
DestroyObject(OBJECT_SELF, 0.5f);
|
||
|
}
|