Page 1 of 1

Misterious Error

Posted: Sat Jun 15, 2013 12:35 am
by wesleylucas
I was just creating a visual novel "plugin" when I tried to implement a choose option, everything was going okay until I change a variable, love just start to give weird errors saying that the variable is nil, even if I undo it's still the same!

Help please!

Re: Misterious Error

Posted: Sat Jun 15, 2013 12:44 am
by Boolsheet
In main.lua on line 9, did you mean to create a new table with all the values returned by the newDialog function calls?

In the code you uploaded only the first return value of the first newDialog call gets assigned to the local variable 'dial'.

Re: Misterious Error

Posted: Sat Jun 15, 2013 6:39 pm
by wesleylucas
Thanks!!! :awesome: Someone please close the topic. :3

Re: Misterious Error

Posted: Sun Jun 16, 2013 7:29 am
by Robin
wesleylucas wrote:Someone please close the topic. :3
No need. Here we generally just stop talking on a thread when the issue's resolved.