Changeset 108 for adventure/thing.py
- Timestamp:
- 10/14/07 14:37:40 (3 years ago)
- Files:
-
- 1 modified
-
adventure/thing.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adventure/thing.py
r104 r108 44 44 thing.send_message(fromresource, text) 45 45 46 def on_enter(thing, from ):46 def on_enter(thing, from_): 47 47 for c in each_element('on-enter'): 48 command(thing, c, [from ])48 command(thing, c, [from_]) 49 49 50 50 def on_leave(thing, to):
