Alangara_PRC8/_module/nss/ke_furin.nss

13 lines
159 B
Plaintext
Raw Permalink Normal View History

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