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

16 lines
481 B
Plaintext

//::///////////////////////////////////////////////
//:: Name Lootable Module on acquired script
//:: FileName loot_acquired
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
//:: Created By: Sentur Signe
//:://////////////////////////////////////////////
// add this script to the module on acquired event, or
// modify your own script to feature these few lines.
#include "loot_h"
void main()
{
LOOT_OnAcquired();
}