Dimension Door.

From: Brian Williams - Nashak (bmw@efn.org)
Date: 07/07/96


   Nashak			Brian Williams		The Realms of Luminari
   nashak@darkstr.com		bmw@efn.org		darkstr.com 6969

==============================================================================
Content-ID: <Pine.SUN.3.91.960707192934.2901B@garcia.efn.org>
Content-Description: 

ASPELL(dimension_door)
{
  if (ch == NULL || victim == NULL)
    return;

    if (IS_NPC(victim)) {
    send_to_char(SUMMON_FAIL, ch);
    return;
  }

  act("You step into a door in space, and are magically teleported!", FALSE, ch, 0, victim, TO_CHAR);

  act("$n steps into a door, and then the door vanishes in thin air.", TRUE, victim, 0, 0, TO_ROOM);

  char_from_room(ch);
  char_to_room(ch, victim->in_room);

  act("$n steps out of a door, and the door, and they both vanish.", TRUE, victim, 0, 0, TO_ROOM);

  look_at_room(ch, 0);
}



This archive was generated by hypermail 2b30 : 12/07/00 PST