phantasmal_dgd_v1/
phantasmal_dgd_v1/bin/
phantasmal_dgd_v1/doc/
phantasmal_dgd_v1/mud/doc/
phantasmal_dgd_v1/mud/doc/api/
phantasmal_dgd_v1/mud/doc/kernel/
phantasmal_dgd_v1/mud/doc/kernel/hook/
phantasmal_dgd_v1/mud/doc/kernel/lfun/
phantasmal_dgd_v1/mud/include/
phantasmal_dgd_v1/mud/include/kernel/
phantasmal_dgd_v1/mud/kernel/lib/
phantasmal_dgd_v1/mud/kernel/lib/api/
phantasmal_dgd_v1/mud/kernel/obj/
phantasmal_dgd_v1/mud/kernel/sys/
phantasmal_dgd_v1/mud/tmp/
phantasmal_dgd_v1/mud/usr/System/
phantasmal_dgd_v1/mud/usr/System/keys/
phantasmal_dgd_v1/mud/usr/System/obj/
phantasmal_dgd_v1/mud/usr/System/open/lib/
phantasmal_dgd_v1/mud/usr/common/data/
phantasmal_dgd_v1/mud/usr/common/lib/parsed/
phantasmal_dgd_v1/mud/usr/common/obj/telopt/
phantasmal_dgd_v1/mud/usr/common/obj/ustate/
phantasmal_dgd_v1/mud/usr/game/
phantasmal_dgd_v1/mud/usr/game/include/
phantasmal_dgd_v1/mud/usr/game/obj/
phantasmal_dgd_v1/mud/usr/game/object/
phantasmal_dgd_v1/mud/usr/game/object/stuff/
phantasmal_dgd_v1/mud/usr/game/sys/
phantasmal_dgd_v1/mud/usr/game/text/
phantasmal_dgd_v1/mud/usr/game/users/
phantasmal_dgd_v1/src/host/
phantasmal_dgd_v1/src/host/beos/
phantasmal_dgd_v1/src/host/mac/
phantasmal_dgd_v1/src/host/unix/
phantasmal_dgd_v1/src/host/win32/res/
phantasmal_dgd_v1/src/kfun/
phantasmal_dgd_v1/src/lpc/
phantasmal_dgd_v1/src/parser/
~name{~enUS{portable,portables,item,items,carryable,carryables}}
~keywords{admin}
~desc{
  ~enUS{

Portables are basic carryable, movable and manipulable objects.  In
Phantasmal they are manipulated, from an admin viewpoint, by the room
commands.  The only commands specific to portables is the following:

@make_portable            Make a new portable by answering questions

Even that command actually makes a room, it just makes it with more
portable-like default settings.

See also:  rooms, MAPD
}}


~name{~enUS{make_portable, makeportable, make_portables,
            makeportables, portablemake, portable_make
            make_port, makeport, make_ports,
            makeports, portmake, port_make }}
~keywords{admin}
~desc{
  ~enUS{

The @make_portable command asks a series of questions about the new
object to be created.  It then creates the object that the questions
describe.  It asks about descriptions, nouns, adjectives and so on.

Experimental object attributes aren't necessarily asked or set by this
command when first implemented.  As they become useful and mainstream
in Phantasmal they are added to the various @make commands.  For that
reason, certain settings may require using the standard OLC commands
rather than this one.

See also:  @make_room, @make_detail

}}