I was just making a scene when in renpy when I was getting this error
Sayer n is not a function
The "n" being defined at the start of the game as
define n = Character("Nicky", who_bold=True, color="#FF0066")
Which has worked for dozens of lines of her dialog until now. Upon googling I got this from lemasoft with someone who the same issue with Andre.
"Do you have any other variables named "andre" that have any values different from Character"
That was their issue, looking at my code to see what I had done between the last update and this one, I was thinking, I wouldn't of used "n" as a variable, but alas I have, about 12 times.
I have used -
$ n = renpy.random.random()
This is for a major lolz bit in the game, took me ages to get it to work.
(Edit - I have just thought of this as I hit preview)
I have re defined Nicky to a different letter and it has fixed it for here, but will doing this fuck up anything prior?
Sayer n is not a function
The "n" being defined at the start of the game as
define n = Character("Nicky", who_bold=True, color="#FF0066")
Which has worked for dozens of lines of her dialog until now. Upon googling I got this from lemasoft with someone who the same issue with Andre.
"Do you have any other variables named "andre" that have any values different from Character"
That was their issue, looking at my code to see what I had done between the last update and this one, I was thinking, I wouldn't of used "n" as a variable, but alas I have, about 12 times.
I have used -
$ n = renpy.random.random()
This is for a major lolz bit in the game, took me ages to get it to work.
(Edit - I have just thought of this as I hit preview)
I have re defined Nicky to a different letter and it has fixed it for here, but will doing this fuck up anything prior?