FutureProg functions
aistorytellerattention
Overload 1
aistorytellerattention overload 1
Boolean aistorytellerattention(Number storyteller, Text attention)
Available in
- computer function
- computer program
- standard futureprog
Invokes direct storyteller attention by id and returns true if the invocation was accepted.
| Parameter | Type | Description |
|---|---|---|
storyteller |
Number |
The id of the AI storyteller to notify. |
attention |
Text |
The attention text to send to the storyteller. |
Overload 2
aistorytellerattention overload 2
Boolean aistorytellerattention(Text storyteller, Text attention)
Available in
- computer function
- computer program
- standard futureprog
Invokes direct storyteller attention by name and returns true if the invocation was accepted.
| Parameter | Type | Description |
|---|---|---|
storyteller |
Text |
The name of the AI storyteller to notify. |
attention |
Text |
The attention text to send to the storyteller. |