Initial commit
Initial commit.
This commit is contained in:
6
_module/nss/empty_destroy.nss
Normal file
6
_module/nss/empty_destroy.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oAnything = GetFirstItemInInventory(OBJECT_SELF);
|
||||
if ( oAnything == OBJECT_INVALID )
|
||||
DestroyObject(OBJECT_SELF,0.0f);
|
||||
}
|
||||
Reference in New Issue
Block a user