Changed folder name.
Changed folder name.
This commit is contained in:
38
_module/nss/floorsafe.nss
Normal file
38
_module/nss/floorsafe.nss
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
location lLoc = GetLocation(OBJECT_SELF);
|
||||
SetPlotFlag(OBJECT_SELF, FALSE);
|
||||
object item = GetFirstItemInInventory(OBJECT_SELF);
|
||||
while (GetIsObjectValid(item)){
|
||||
DestroyObject(item);
|
||||
CreateObject(OBJECT_TYPE_ITEM, "brokenloot", lLoc);
|
||||
item=GetNextItemInInventory(OBJECT_SELF);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user