FutureProg functions
customlinkcells
Exit customlinkcells(Location origin, Location destination, OverlayPackage overlay, Number template, Text outboundKeyword, Text outboundTarget, Text inboundKeyword, Text inboundTarget)
Contexts: computer function, computer program, standard futureprog
Creates a custom non-cardinal exit between two rooms in an overlay package, using explicit keywords and targets for both directions. This is equivalent to creating a non-cardinal builder exit from a template. Returns the created exit or null if the rooms, editable package, template, or target text are invalid, or if a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
template: The non-cardinal exit template ID to use.
outboundKeyword: The primary keyword for the origin-to-destination side.
outboundTarget: The target/sdesc displayed for the origin-to-destination side.
inboundKeyword: The primary keyword for the destination-to-origin side.
inboundTarget: The target/sdesc displayed for the destination-to-origin side.
Exit customlinkcells(Location origin, Location destination, OverlayPackage overlay, Text template, Text outboundKeyword, Text outboundTarget, Text inboundKeyword, Text inboundTarget)
Contexts: computer function, computer program, standard futureprog
Creates a custom non-cardinal exit between two rooms in an overlay package, using explicit keywords and targets for both directions. This is equivalent to creating a non-cardinal builder exit from a template. Returns the created exit or null if the rooms, editable package, template, or target text are invalid, or if a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
template: The non-cardinal exit template name to use.
outboundKeyword: The primary keyword for the origin-to-destination side.
outboundTarget: The target/sdesc displayed for the origin-to-destination side.
inboundKeyword: The primary keyword for the destination-to-origin side.
inboundTarget: The target/sdesc displayed for the destination-to-origin side.
Contexts: computer function, computer program, standard futureprog
Creates a custom non-cardinal exit between two rooms in an overlay package, using explicit keywords and targets for both directions. This is equivalent to creating a non-cardinal builder exit from a template. Returns the created exit or null if the rooms, editable package, template, or target text are invalid, or if a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
template: The non-cardinal exit template ID to use.
outboundKeyword: The primary keyword for the origin-to-destination side.
outboundTarget: The target/sdesc displayed for the origin-to-destination side.
inboundKeyword: The primary keyword for the destination-to-origin side.
inboundTarget: The target/sdesc displayed for the destination-to-origin side.
Exit customlinkcells(Location origin, Location destination, OverlayPackage overlay, Text template, Text outboundKeyword, Text outboundTarget, Text inboundKeyword, Text inboundTarget)
Contexts: computer function, computer program, standard futureprog
Creates a custom non-cardinal exit between two rooms in an overlay package, using explicit keywords and targets for both directions. This is equivalent to creating a non-cardinal builder exit from a template. Returns the created exit or null if the rooms, editable package, template, or target text are invalid, or if a conflicting exit already exists.
origin: The origin room for the new exit.
destination: The destination room for the new exit.
overlay: The editable overlay package where the exit should be created or copied.
template: The non-cardinal exit template name to use.
outboundKeyword: The primary keyword for the origin-to-destination side.
outboundTarget: The target/sdesc displayed for the origin-to-destination side.
inboundKeyword: The primary keyword for the destination-to-origin side.
inboundTarget: The target/sdesc displayed for the destination-to-origin side.