7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
void main()
|
|
{
|
|
object oAnything = GetFirstItemInInventory(OBJECT_SELF);
|
|
if ( oAnything == OBJECT_INVALID )
|
|
DestroyObject(OBJECT_SELF,0.0f);
|
|
}
|