#include "mn_unitele"

const string DESTINATION = "zorahome";

void main()
{
   object oPC;

   oPC = GetItemActivator();

   RingTeleport( oPC, DESTINATION );
}