Aantioch_Infernum/_module/nss/asg_openstore01.nss

20 lines
514 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: Name Open MICS Store 1
//:: FileName asg_openstore01
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Donny Wilbanks
//:: Created On: 04/27/03
//:://////////////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
object oStore = GetObjectByTag("ASG_MICS_BOOKSHOP");
OpenStore(oStore,oPC);
}