NPC Dialogue

Started by jojo_f, February 09, 2018, 02:47:08 AM

Previous topic - Next topic
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




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")