Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/openarenastore.nss
Normal file
12
_module/nss/openarenastore.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("arenastore");
|
||||
|
||||
OpenStore(oTarget, oPC, 0, 0);
|
||||
|
||||
}
|
Reference in New Issue
Block a user