17 lines
432 B
Plaintext
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());
|
||
|
}
|