Added mundane store to Mick's

Added mundane store to Mick's.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2025-03-19 07:45:07 -04:00
parent 7a91d0ba14
commit 8ec4e91ad8
7 changed files with 13527 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
void main()
{
object oPC = GetPCSpeaker();
object oPC1 = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("NW_STOREWEAP001");
OpenStore(oTarget, oPC, 300, 2);
DelayCommand(3.0,PlayVoiceChat(VOICE_CHAT_CHEER,oPC1));
}