PWE_PRC8/_module/nss/nw_d1_shopbar.nss

17 lines
432 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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());
}