Jump to content

Programming Help:Think Method

From Agentpedia, the Microsoft Agent encyclopedia
Think Method
Displays the specified text in a "thought" word balloon.
Introduced in version:Microsoft Agent 2.0
Removed in version: Still in use
Allowed values:Text (optional)
Default value:N/A


Parts

Part Description
Text Optional. A string that specifies what the character thinks.

Examples

Inline example (VB.NET)
Peedy.Think("Welcome to the Microsoft Agent Scripting Helper!")
Advanced example (VB.NET)
Genie.Show()
Genie.Speak("Greetings, " + My.Settings.Name+"!")
Genie.Think("Wow! "+My.Settings.Name+" has a very interesting name!")

Remarks

The only speech tag supported with the Think method is Bookmark speech control tag (\Mrk).