20 lines
453 B
Plaintext
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());
|
||
|
}
|
||
|
|
||
|
|
||
|
|