%dream()

Aliases%dream( )
Parametersstring @text, array @targets

    This function will output the given text to everyone listed in the targets
array that is sleeping.

@text - This denotes the text to output to everyone in the room.

@targets - A target mobile pointer OR an array whose values define the
target mobiles to receive the text.

Example:
--------------------------------------------------------------------------

%dream( "You float gently through a grassy field.", @dreamer )