#include "mn_unitele"

const string DESTINATION = "wp_tp_erono";

void main()
{
   object oPC;

   oPC = GetItemActivator();

   RingTeleport( oPC, DESTINATION );
}