Alangara_PRC8/_module/nss/amiliaring2.nss

13 lines
164 B
Plaintext
Raw Permalink Normal View History

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