Aantioch_Infernum/_module/nss/asg_openstore02.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

20 lines
526 B
Plaintext

//::///////////////////////////////////////////////
//:: Name Open MICS Store 2
//:: 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_BASICMAGICSUPPLYSHOP");
OpenStore(oStore,oPC);
}