Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Solarus-Games English Forum
Solarus
Development
NPC Dialogue
« previous
next »
Print
Pages: [
1
]
Author
Topic: NPC Dialogue (Read 2772 times)
0 Members and 1 Guest are viewing this topic.
jojo_f
Newbie
Posts: 21
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
Logged
llamazing
Full Member
Posts: 221
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")
Logged
jojo_f
Newbie
Posts: 21
Re: NPC Dialogue
«
Reply #2 on:
February 09, 2018, 04:04:24 AM »
Thank you
Logged
Print
Pages: [
1
]
« previous
next »