Category:EXITS(BuilderInfo)

From CoffeeMud Wiki
Revision as of 18:09, 25 May 2020 by Loki (talk | contribs)
Jump to navigation Jump to search
CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Builder Information=
Basics Praetor     Player Support     Commands     Zapper Masks Advanced Races     Classes     Abilities     Socials     Scripting    
Building Behaviors     Properties     Areas     Rooms     Exits     Items     Mobs Systems Achievements     Crafting     Help Info     Ships     Planes of Existence     Quests     Triumphs    

EXITS are the primary means of MOBs moving between rooms. They can be doors, bridges, openings, or paths.

MODIFYING EXITS

GenExit

  • 1 Name
  • 2 Display
  • 3 Description
  • 4 Level
  • 5 Has Door/has lock/open ticks
  • 6 Closed Text
  • 7 Door Name - This should be the name of the object without any leading articles
  • 8 Open Word
  • Close Word
  • 10 Assigned Key Item
  • 11 Dispositions
  • 12 Behaviors
  • 13 Effects
  • 14 MXP Image filename


USING EXITS

When a MOB enters an exit from room A to room B, the MOB will travel INTO the room A exit and OUT OF the room B exit from room A. This in effect means that any property on either side of the exit will affect travel through the exit. For example, if the exit in room B requires climbing, then going from room A to room B will also require climbing. For this reason, do not use an exit that requires climbing adjacent to a room that requires swimming.