Alangara_PRC8/_module/nss/valeria1.nss

13 lines
161 B
Plaintext
Raw Permalink Normal View History

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