8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
void main()
|
||
|
{
|
||
|
if (GetFirstItemInInventory(OBJECT_SELF)==OBJECT_INVALID)
|
||
|
{
|
||
|
DestroyObject(OBJECT_SELF);
|
||
|
}
|
||
|
}
|