void main()
{
object oPC = GetPCSpeaker();
  object oDrop = GetWaypointByTag("sleepentrance");

//jump the PC to the destination
AssignCommand (oPC,JumpToObject(oDrop));
}