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

15 lines
372 B
Plaintext

//::///////////////////////////////////////////////
//:: Name Lootable corpse placeable on open script
//:: FileName loot_h
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
//:: Created By: Sentur Signe
//:://////////////////////////////////////////////
#include "loot_h"
void main()
{
LOOT_OpenCorpse();
}