%location%.Exits function

From ADRIFT 5 Manual Wiki
(Redirected from Exits)
Jump to: navigation, search

List the available exits from a location.

The available directions for a location are given on its directions page:

DirectionsTabWithRestriction.jpg


The function %location%.Exits.List will create a comma-separated list of all of the directions that exit from this location.

North, East, SouthEast, South, SouthWest and West
  • This function does NOT check the movement restrictions. Use the general function %ListExits[%character%]% to only list directions that a character is permitted to use to leave their current location.
  • Most directions have several synonyms that the player can enter. This function will always list the first word on each synonym list:


DirectionNorth.jpg

Examples

When you enter "%location%.Exits.", ADRIFT will give you a list of two functions to choose from: "List" and "Count".

  • Both of the following will list all of the exits from the location:
%location%.Exits
%location%.Exits.List
  • The following should give the number of available exits from this location:
%location%.Exits.Count

IconWarning.png In version 5.0.26 this lists the exits instead of giving the number of exits.


<<< Object FunctionsLocation FunctionsObjects >>>