Module commit
Module commit.
This commit is contained in:
10
_module/nss/trashclean.nss
Normal file
10
_module/nss/trashclean.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oItem = GetFirstItemInInventory();
|
||||
if(GetIsObjectValid(oItem))
|
||||
{
|
||||
DestroyObject(oItem);
|
||||
oItem = GetNextItemInInventory();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user