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

17 lines
432 B
Plaintext

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