PoA_PRC8/module/nss/openarenawpns.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

13 lines
189 B
Plaintext

//Put this on action taken in the conversation editor
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("arenawpns");
OpenStore(oTarget, oPC, 0, 0);
}