Robot: default topics

This commit is contained in:
He4eT 2020-03-17 20:48:32 +05:00
commit 2f64b5fbde

View file

@ -31,7 +31,7 @@ surgeryAssistant: Person
isInitState = true isInitState = true
; ;
+ robotOnline: ConversationReadyState + robotOnline: InConversationState
specialDesc = " specialDesc = "
The surgical assistant examines the room. " The surgical assistant examines the room. "
stateDesc = " stateDesc = "
@ -39,3 +39,9 @@ surgeryAssistant: Person
various servos, units and cables make distinctive sounds, various servos, units and cables make distinctive sounds,
the bulky arms slowly sway. " the bulky arms slowly sway. "
; ;
+ DefaultAnyTopic, ShuffledEventList [
'<q>You don\'t have permission.</q>',
'<q>Access Denied</q>',
'<q>The request was rejected for security reasons</q>'
];