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