To-Do List
Probably
- Add WORLD_RATING to World Listing
- Add a new Recorder2 category that will record multiple avatars
into a single
file (unlike original Recording that used a separate file for each
avatar
being recorded).
- Add Magsbot Performer as a standard button category?
- Add more error checking to ARGS and RETURNS commands (they
shouldn't
allow
expressions, only variable names). For example, ARGS
$x @y @z is correct, but ARGS
$x @a+17 8 is incorrect.
- Improve and simplify weather bot.
Maybe
- Save nearby and list pointers during clocktick?
- Make @cmd_ an internal function for speed?
Someday?
- Behavior table wizard
- World List window
- Property map
<>- Suggestions?
Done
- Simulate an Event. (e.g. AVATARDELETE in order to clear ghost
sessions
from nearby list) See the EVENT
command in the What's
New section.