Added mundane store to Mick's
Added mundane store to Mick's. Full compile. Updated release archive.
This commit is contained in:
12
_module/nss/at_mick_000.nss
Normal file
12
_module/nss/at_mick_000.nss
Normal 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));
|
||||
|
||||
}
|
Reference in New Issue
Block a user