PoA_PRC8/_module/nss/openarenastore.nss

13 lines
190 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//Put this on action taken in the conversation editor
void main()
{
object oPC = GetPCSpeaker();
object oTarget;
oTarget = GetObjectByTag("arenastore");
OpenStore(oTarget, oPC, 0, 0);
}