Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 24 Nov 2005 00:06:25 +0000 (00:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 24 Nov 2005 00:06:25 +0000 (00:06 +0000)
commitde087a3d44be4d4d2de2c4dc322ccab7c106aae4
treece111f4f8b03a7c0682d592ffd5fe0311bbe0aef
parent1e15fb5d2e14b167f80a366c181df0259f7a5c6f
Imported from archive.

* mudpy.py (Element.can_run, User.can_run): Moved this method from
the User class to the Element class, allowing for future
flexibility.
(Element.new_event, Universe.get_time): Began adding framework for
event elements and queues.
(command_create, command_delete, command_destroy, command_error)
(command_halt, command_help, command_look, command_move)
(command_quit, command_reload, command_say, command_set)
(command_show): Adjusted commands and messaging to be relative to an
actor element instead of a user object.
command
example/second_square/prop
mudpy.py