PWE_PRC8/_module/nss/sadusky_store.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

20 lines
453 B
Plaintext

//::///////////////////////////////////////////////
//:: Starts Generic Chapter2 Store
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Store must exist as an instance in the module.
*/
//:://////////////////////////////////////////////
//:: Created By:
//:: Created On:
//:://////////////////////////////////////////////
void main()
{
OpenStore(GetObjectByTag("sadusky_store"), GetPCSpeaker());
}