OK, this is driving me crazy. What's the code for having 2 named NPCs in the same scene? I can't figure out.
I know, it's quite a jump from me asking newbie question about game to me asking questions about game code. I know there is a widget in there with buttons to add one NPC at a time, and there is another that specifically explains in comment but... yeah, I'm dumb. Please help. Just give me the lines.
No, this doesn't work.
This doesn't work either
It keeps saying it's undefined. Grr.
I know, it's quite a jump from me asking newbie question about game to me asking questions about game code. I know there is a widget in there with buttons to add one NPC at a time, and there is another that specifically explains in comment but... yeah, I'm dumb. Please help. Just give me the lines.
No, this doesn't work.
Code:
<<npc Alex>><<npc Avery>>
Code:
<<set _avery to $NPCName[$NPCNameList.indexOf("Avery")]>>
<<set _alex to $NPCName[$NPCNameList.indexOf("Alex")]>>