edmonstaff

  • 初級クエスト一覧
  • 中級クエスト一覧
  • 授業の進め方
  • 体験会の進め方
  • 入会後の展望

変わり果てた町

TOP > 変わり果てた町 > 1-3 声のする方へ②

1-3 声のする方へ②

  • 公開済み: 2023年5月15日
  • 更新: 2025年12月26日
  • 作成者: edmonstaff_admin

解説動画

解答コード

player.onChat("come", function () {
    agent.teleportToPlayer();
});

player.onChat("1-3", function () {
    agent.move(FORWARD, 3);
});

player.onChat("right", function () {
    agent.turn(TurnDirection.Right);
});

player.onChat("left", function () {
    agent.turn(TurnDirection.Left);
});

前の記事へ
1-2 声のする方へ①
次の記事へ
1-4 声のする方へ③
©株式会社エドモンド