Initial upload
Initial upload
This commit is contained in:
13
_module/nss/at_mick_100.nss
Normal file
13
_module/nss/at_mick_100.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
object oPC1 = GetPCSpeaker();
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("4_fuckin_store");
|
||||
|
||||
OpenStore(oTarget, oPC, 300, 2);
|
||||
DelayCommand(3.0,PlayVoiceChat(VOICE_CHAT_CHEER,oPC1));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user