generated from Jaysyn/ModuleTemplate
16 lines
481 B
Plaintext
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();
|
|
}
|