Author Topic: NPC Dialogue  (Read 2615 times)

0 Members and 1 Guest are viewing this topic.

jojo_f
  • Newbie
  • *
  • Posts: 21
    • View Profile
NPC Dialogue
« on: February 09, 2018, 02:47:08 AM »
Hello, I am trying to replicate Solarus Tutorial [en] - Basics #18: Dialogs with a non-playing characteracter https://www.youtube.com/watch?v=KyF4LB1YOSY&list=PLzJ4jb-Y0ufxwkj7IlfURcvCxaDCSecJY&index=18 and for some reason, it is just not working. I am a real beginner so thanks for any help. Here is three screenshots.

  • The NPC Window
  • The Dialogue Window
  • The game running with the error message below




llamazing

  • Full Member
  • ***
  • Posts: 220
    • View Profile
Re: NPC Dialogue
« Reply #1 on: February 09, 2018, 03:54:02 AM »
Make sure you have the following line in main.lua in the sol.main:on_started() function
Code: ( lua) [Select]
sol.language.set_language("en")

jojo_f
  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: NPC Dialogue
« Reply #2 on: February 09, 2018, 04:04:24 AM »
Thank you  :)