TODO

changeset 0
cc66ad6b0d75
equal deleted inserted replaced
-1:000000000000 0:cc66ad6b0d75
1 -- TODO file for
2 -- xmoo - The Jabber MOO Component
3
4 [[ Suggestions for next releases ]]
5
6 o all objects should have incremented object numbers assigned to them
7 so that even if you have two or more same objects with the same name they
8 can be indentified by their object number. This also helps defining the
9 object's file name and distinguish one similar object from another - an
10 object with the same name might have different properties, etc.
11 o A way to create the MOO world within the MOO.
12 eg.: Commands to create objects, fetch their information, set their
13 information, etc. The commands should work with object numbers and not names.
14 A useful command should exist that would list the object numbers of objects
15 that have similar or the same name.
16 eg.: '@look #____' to fetch the information for an object.
17 '@move #____ to somewhere' to move a newly created or owned object.
18 '@lsobj <object_name>' to fetch all object numbers that share the same name.
19 '@describe #____ as "Put your description here"'
20 A message that appears when you 'look' at the object.
21 '@detail #____ smell is "Assign a smell to the obj"'
22 @detail <object> <verb> is <description>
23 This feature could be restricted to users that don't have building/creating rights.
24 o More suggestions to come.
25 Most suggestions are ideas take from
26 http://tecfa.unige.ch/pub/documentation/MUD/MOO/Becker-Tutorial.text
27 "The Unofficial MOO Programming Tutorial" by Canton Becker
28 originally about MOOcode.
29
30 [[ TODO ]]
31
32 o More to come...

mercurial