|
Agent.rbl
|
|
|
|
|
|
| Syntax:
|
| Where:
|
|
|
| START is used to initialize the MS Agent engine. If the user does not specify the character file name, Agent.rbl plugin will use the Merlin character. Usually agent characters are found in 2 locations:
|
|
|
| 1. | C:\WINNT\MSAGENT\CHARS\
|
| 2. | C:\WINDOWS\MSAGENT\CHARS\
|
|
|
| CLOSE is used to stop MS Agent engine
|
| SHOW is used to show the character on a screen
|
| HIDE is used to hide the character
|
|
|
| SAY is used to show a balloon hint with phrase, and if installed, MS Speech engine to hear this phrase.
|
| PLUGIN Agent.rbl SAY|Hello World!!!
|
| PLAY is used to make the character perform some actions
|
|
|
| PLUGIN Agent.rbl PLAY|Announce
|
|
|
| This is a list of supported commands for Merlin character:
|
|
|
| · | Acknowledge
|
| · | Alert
|
| · | AlertReturn
|
| · | Announce
|
| · | AnnounceReturn
|
| · | Blink
|
| · | Confused
|
| · | ConfusedReturn
|
| · | Congratulate
|
| · | CongratulateReturn
|
| · | Congratulate_2
|
| · | Decline
|
| · | DeclineReturn
|
| · | DoMagic1
|
| · | DoMagic2
|
| · | DoMagicReturn
|
| · | DontRecognize
|
| · | DontRecognizeReturn
|
| · | Explain
|
| · | ExplainReturn
|
| · | GestureDown
|
| · | GestureDownReturn
|
| · | GestureLeft
|
| · | GestureLeftReturn
|
| · | GestureRight
|
| · | GestureRightReturn
|
| · | GestureUp
|
| · | GestureUpReturn
|
| · | GetAttention
|
| · | GetAttentionReturn
|
| · | GlanceDown
|
| · | GlanceLeft
|
| · | GlanceRight
|
| · | GlanceUp
|
| · | Greet
|
| · | GreetReturn
|
| · | Hear_1
|
| · | Hear_2
|
| · | Hear_3
|
| · | Hear_4
|
| · | Hide
|
| · | Idle1_1
|
| · | Idle1_2
|
| · | Idle1_3
|
| · | Idle1_4
|
| · | Idle2_1
|
| · | Idle2_2
|
| · | Idle3_1
|
| · | Idle3_1Return
|
| · | Idle3_2
|
| · | LookDown
|
| · | LookDownBlink
|
| · | LookDownReturn
|
| · | LookLeft
|
| · | LookLeftBlink
|
| · | LookLeftReturn
|
| · | LookRight
|
| · | LookRightBlink
|
| · | LookRightReturn
|
| · | LookUp
|
| · | LookUpBlink
|
| · | LookUpReturn
|
| · | MoveDown
|
| · | MoveDownReturn
|
| · | MoveLeft
|
| · | MoveLeftReturn
|
| · | MoveRight
|
| · | MoveRightReturn
|
| · | MoveUp
|
| · | MoveUpReturn
|
| · | Pleased
|
| · | PleasedReturn
|
| · | Processing
|
| · | ProcessingReturn
|
| · | Read
|
| · | ReadContinued
|
| · | ReadReturn
|
| · | Reading
|
| · | ReadingReturn
|
| · | RestPose
|
| · | Sad
|
| · | SadReturn
|
| · | Show
|
| · | StartListening
|
| · | StartListeningReturn
|
| · | StopListening
|
| · | StopListeningReturn
|
| · | Suggest
|
| · | SuggestReturn
|
| · | Surprised
|
| · | SurprisedReturn
|
| · | Think
|
| · | ThinkReturn
|
| · | Uncertain
|
| · | UncertainReturn
|
| · | Wave
|
| · | WaveReturn
|
| · | Write
|
| · | WriteContinued
|
| · | WriteReturn
|
| · | Writing
|
| · | WritingReturn
|
|
|
| MOVE is used to make the character move on a screen
|
|
|
| PLUGIN Agent.rbl MOVE|0|0
|
|
|
| Or
|
|
|
| PLUGIN Agent.rbl MOVE|500|500
|
|
|
|
|