[Main page] [Overview]     /module /storyteller /tell_story

SYNOPSIS
void tell_story( mixed story, closure callback [, mixed args])

FILE
/std/modules/storyteller.c

DESCRIPTION
Tells a story. Story is an array, constructed of pairs. The first
part is always a message, the second part the amount of seconds to sleep.
After the end of the story, callback is called with args as arguments.

EXAMPLES
/dom/main/room/startup-innroom.c