Skip to content

Instantly share code, notes, and snippets.

@isnullnull
Created January 9, 2018 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isnullnull/70b85ee97f61815f3464df83c06e7026 to your computer and use it in GitHub Desktop.
Save isnullnull/70b85ee97f61815f3464df83c06e7026 to your computer and use it in GitHub Desktop.
RoBoHoN と GoogleHome のお遊戯会を実装した ref: https://qiita.com/n_u/items/b20edb97bbe62215859e
<?xml version="1.0" ?>
<hvml version="2.0">
<head>
<producer>com.dev.zdev.manzai</producer>
<description>MANZAIシナリオ</description>
<scene value="com.dev.zdev.manzai.scn_talk" />
<version value="1.0" />
<accost priority="75" topic_id="001" word="com.dev.zdev.manzai.talk" />
</head>
<body>
<topic id="001" listen="false">
<action index="1">
<behavior id="0x060047" type="normal"/><!--きょろきょろ -->
</action>
<action index="2">
<behavior id="0x06005e" type="normal"/><!--マイク -->
<speech>こんにちはー! ロボホンと、グーグルホームでーす</speech>
</action>
<action index="3">
<behavior id="0x060008" type="normal"/><!--おじぎ -->
</action>
<action index="4">
<speech>オッケー、グーグル。 バイオリンの音して</speech>
<behavior id="assign" type="normal" />
</action>
<action index="5">
<behavior id="0x060006" type="normal"/><!--腰に手 -->
<speech>…<wait ms="6000"/></speech>
</action>
<action index="6">
<behavior id="0x060051" type="normal"/><!--バイオリン -->
</action>
<action index="7">
<behavior id="0x060051" type="normal"/><!--バイオリン -->
</action>
<action index="8">
<behavior id="0x06000a" type="normal"/><!--頷いて右手上げる -->
<speech>オッケー、グーグル。 投げキッスして</speech>
</action>
<action index="9">
<speech><wait ms="8000"/>そっかー。 なげキッスはこうやるんだよ! ステキでしょ?</speech>
<behavior id="assign" type="normal" /><!--モーション自動アサインで投げキッス -->
</action>
<action index="10">
<speech>オッケー、グーグル。 僕を誉めて!<wait ms="8000"/></speech>
<behavior id="assign" type="normal" /><!--モーション自動アサイン(もじもじそわそわ) -->
</action>
<action index="11">
<behavior id="0x06002e" type="normal"/>
<speech>…<wait ms="4000"/></speech><!--右手で頭をかく -->
</action>
<action index="12">
<behavior id="0x060022" type="normal"/><!--2 回頷く -->
</action>
<action index="13">
<behavior id="0x060027" type="normal"/><!--両手を広げる -->
<speech><emotion type="happy" level="2">ありがとうございましたー!</emotion></speech>
</action>
<action index="14">
<behavior id="0x060007" type="normal"/><!--おじぎ -->
</action>
</topic>
</body>
</hvml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment