Alangara_PRC8/_module/nss/tradeleague1.nss

13 lines
167 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
#include "mn_unitele"
const string DESTINATION = "tradeleaguewp";
void main()
{
object oPC;
oPC = GetItemActivator();
RingTeleport( oPC, DESTINATION );
}