FutureProg types

Exit

type ·

acceptsdoor → Boolean
True if this exit can have a door

climbdifficulty → Number
The numerical conversion of the difficulty of climbing

destination → Location
The destination room for this exit

direction → Text
A text conversion of the cardinal direction

door → Item
If not null, the door item in this exit

doorsize → Number
A numerical representation of the size of door that go in this exit

inbounddirectionsuffix → Text
e.g. from the East

inboundmovementsuffix → Text
e.g. in from the East

isclimbexit → Boolean
True if this exit is a climb exit

isfallexit → Boolean
True if this exit is a fall exit

isflyexit → Boolean
True if this exit is a fly exit

keyword → Text
The best keyword for targeting the exit. A direction for cardinal exits and a keyword for non cardinal exits.

maximumsize → Number
A numerical representation of the maximum size for someone to go through an exit

maximumsizeupright → Number
A numerical representation of the maximum size for someone to go through an exit while standing

opposite → Exit
The corresponding exit from the destination room's perspective

origin → Location
The origin room for this exit

outbounddirectiondescription → Text
e.g. the North

outbounddirectionsuffix → Text
e.g. to the East

outboundmovementsuffix → Text
e.g. out towards the East

slowdown → Number
The speed multiplier of the exit

← Back to FutureProg types