ashenfirefox
What are the (something)chat terms that differentiates star princess from wanderer?
#1 by ashenfirefox - Feb 7 2021
In the astronomer.dlg file : this line determines if you get star princess or wanderer.{1}if (global.dream > 100 && global.sins < 50 && global.boychat[5] >= 1 && global.foragechat[2] >= 2 && global.royalchat[1] >= 4 && (global.fishchat[1] >= 4 || flag_get("elsagift") =1)) global.position = 235; set_face(face_happy);{2}My real family...{3}{4}4,228{5}
The (something) variables (I think) keep track of which side quests you completed and which people you talked to. But which variables correspond to which side quests? I'm also wondering about boychat : it's an array of length at least 6. I don't know which character has at least 6 side quests to keep track of.
I'm guessing that these variables have something to do with the choosechat functions which also shows up in the .dlg files, but I can't find any info about that function anywhere.
