generated from Jaysyn/ModuleTemplate
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
// hcr3 7/27/2003
|
|
|
|
void CheckDbag(object oDropBag)
|
|
{
|
|
object oItem = GetFirstItemInInventory(oDropBag);
|
|
if (!GetIsObjectValid(oItem))
|
|
DelayCommand(4.0, DestroyObject(oDropBag));
|
|
}
|