Files
HeroesStone_PRC8/_module/nss/hc_inc_dbagcheck.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

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));
}