##master-page:CommandTemplate ##master-date:2017-08-17 ##master-revision:3 #format wiki #language en = Go = ||||'''Command Information'''|| ||''Keyword'' ||<:>{{{ go }}}|| ||''Type'' ||<:>{{{ BuiltIn }}}|| ||<(|1>''Arguments'' ||<:>{{{ }}}|| ||''Aliases''||<:>{{{ move}}}|| ||<(|1>''Usage''||<:>{{{ go }}}|| === Purpose === Move in a particular direction or through a specific exit. === Syntax === To go from one room to another via a specific exit: . ''{{{ go }}}'' To do the same as above with the alternate syntax: . ''{{{ move }}}'' === Parameters === ''{{{}}}'' . The name or database identifier of an exit you would like to go through. === Examples === __Example 1__ If Alkani wanted to leave a room called The Main Foyer toward a room named Southward Stairwell through an exit named [S]outhward Stairwell, he could type: . {{{ go [S]outhward Stairwell }}} Alkani could have also typed the indicated shorthand command: . {{{ go S }}} In general, if everything was properly constructed, Alkani would likely see: . {{{ "You leave for the Southward Stairwell." }}} Alkani would then be shown the description for the Southward Stairwell. Anyone else in the source room, The Main Foyer, would see the following: . {{{ "Alkani has left." }}} Anyone in the Southward Stairwell would see the following: . {{{ "Alkani arrives from The Main Foyer." }}} __Example 2__ If Jaxen wanted to user the alternate syntax to leave a room called The Menagerie toward a room named County Fairgrounds through an exit named Go [O]utside, she could type: . {{{ move Go [O]utside }}} Jaxen could have also used the indicated shorthand command: . {{{ move O }}} In general, if everything was properly constructed, Jaxen would likely see: . {{{ "You leave for County Fairgrounds." }}} Jaxen would then be shown the description for the Southward Stairwell. Anyone else in the source room, The Menagerie, would see the following: . {{{ "Jaxen has left." }}} Anyone in the Southward Stairwell would see the following: . {{{ "Jaxen arrives from The Menagerie." }}} === Caveats === On the SpinDizzy MUCK, room [[Concepts/Exits|exits]] on the main map are often named after a principal or secondary dimension. It is general convention to provide shorthand methods for accessing or indicating an exit. Shorter labels are generally indicated by parenthesis, brackets, braces, or any other separation indicator. A special direction called [[Concepts/Rooms#Home|home]] can be used with the go command to send a player to their designated home room. === Related === [[Concetps/Movement|Movement]] - Moving around [[Concepts/Exits|Exits]] - Information on Exits [[Programming/Messages|Messages]] - Working With Messages [[Concepts/Flags|Flags]] - Information on Object Flags [[Concepts/Properties|Properties]] - Information on Object Properties [[Concepts/Rooms|Rooms]] - Information on Room objects [[Concepts/Locks|Locks]] - Information about Object Locks === Parent Topic === [[Commands/BuiltIn|List of SpinDizzy MUCK System Built-In and Local Commands]] ----- CategoryBuiltincmd CategoryBasiccmd