void event_enter(object enterer,string message)

Gets called on any item when an object enters
the environment of the object, or the object itself
if it's a room or container.

Very useful,
BUT:
Always use the ob passed
NOT this_player() , it may not be a player wanderung in
Check that ob != 0

