"Non-existent variable" in CSIDE but i made the variable

Okay, I have no idea what’s going on. Maybe I’m too tired. But I’m testing in CSIDE and it INSISTS I have a nonexistent variable when I, as far as I can tell, don’t.

The error reads as: Error: Five line 1205: Non-existent variable ‘jun’.
The line in question reads as;

Eryn’s voice cuts in. “This is Supervisory Special Agent Min-$!{jun}.”

And I have a variable: *create min “” in startup. I have it set depending on Min’s gender, so if male, it would be “min” and female is “ji”.

Is it me being dumb? :melting_face: :smiling_face_with_tear:

Hey , I looked at the code of ur game and from what i can tell in startup the variable u created is called *create MinJun “” , not create Min “”

In line 1205, you call the variable {jun}, not {min}

In startup you created a variable called min, not jun.

One of those needs to be changed to match the other.

1 Like

Good grief, thank you!

1 Like

This topic was automatically closed 24 hours after the last reply. If you want to reopen your WiP, contact the moderators.