Raf-Raf

Conversation Conqueror
Dec 4, 2019
6,500
8,535
Wait, what's this backrooms mod?
The thing that pops up in my head when I see backrooms is the new trending endless maze called The Backrooms.
 

DD2

Member
Feb 10, 2019
310
256
@ Raf-Raf


IDK but i find it very suspicious because the "click this link to resolve captcha" so i just close it and forget about it.
 

chichong

Member
May 7, 2020
236
361
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.
Code:
<<npc Alex>><<npc Avery>>
This doesn't work either
Code:
<<set _avery to $NPCName[$NPCNameList.indexOf("Avery")]>>
<<set _alex to $NPCName[$NPCNameList.indexOf("Alex")]>>
It keeps saying it's undefined. Grr.
 

Crimson Tide

Newbie
Feb 26, 2018
54
149
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.
First off: the &lt; stuff is due to the way the game compressed the code into an HTML. &lt; is equal to <, &gt; means >, &quot; means ", etc. So if you're aiming to insert this directly into the HTML, you'll need to convert any characters to the compressed versions.

For two named NPCs in the same passage:
Code:
<<npc Robin>> <<npc Kylar 2>>
This will add Robin as the first NPC, and Kylar as the second. You need to specify which slot a named NPC goes into, so long as it's not the first one being added. Once they're in, you treat them like any other NPC, switching between them with <<person1>> and <<person2>>. Up to six NPCs can be loaded at a time, so don't try to load more than that. The game doesn't like it when you do that.

Instead of a specific number, you can use -1 to make them generate in the next available slot. Could be useful for scenes where you don't know how many NPCs there might be by the end of it.

I'd recommend joining the Discord for further questions, linked in the OP. There are dedicated channels for answering code questions, and you'll be able to get much more direct answers from a wider base of people.
 

chichong

Member
May 7, 2020
236
361
First off: the &lt; stuff is due to the way the game compressed the code into an HTML. &lt; is equal to <, &gt; means >, &quot; means ", etc. So if you're aiming to insert this directly into the HTML, you'll need to convert any characters to the compressed versions.

For two named NPCs in the same passage:
Code:
<<npc Robin>> <<npc Kylar 2>>
This will add Robin as the first NPC, and Kylar as the second. You need to specify which slot a named NPC goes into, so long as it's not the first one being added. Once they're in, you treat them like any other NPC, switching between them with <<person1>> and <<person2>>. Up to six NPCs can be loaded at a time, so don't try to load more than that. The game doesn't like it when you do that.

Instead of a specific number, you can use -1 to make them generate in the next available slot. Could be useful for scenes where you don't know how many NPCs there might be by the end of it.

I'd recommend joining the Discord for further questions, linked in the OP. There are dedicated channels for answering code questions, and you'll be able to get much more direct answers from a wider base of people.
Thank you for your answer.
I can't join discord because I don't receive any message, (I checked for sever DMs to be enabled and they are).


On a slightly different note, is there any specific reason players can guide tentacles to a specific body part with their legs or feet, but can't do the same with human penises? Thx.
 

chrisdraconis

Member
Jul 18, 2017
374
208
really hate how when you escape to the farm you wind up leaving robin behind with bailey, kinda wish you could take them along. who knows maybe alex would apprecate two extra hands on the farm ;) :p
 
Last edited:
  • Thinking Face
  • Like
Reactions: Ayymao and atur

ladguru

Active Member
Oct 18, 2018
948
787
really hate how when you escape to the farm you wind up leaving robin behind with bailey, kinda wish you could take them along. who knows maybe alex would apprecate two extra hands on the farm ;) :p
Nah, Robin has the better end of the deal. Bailey will come for you.
 

Raf-Raf

Conversation Conqueror
Dec 4, 2019
6,500
8,535
@ Raf-Raf


IDK but i find it very suspicious because the "click this link to resolve captcha" so i just close it and forget about it.
Wait, what captcha?
I didn't get a notif of this one so I haven't seen this til' now.
 

ladguru

Active Member
Oct 18, 2018
948
787
Srsly? Never saw a porn movie where the woman moves partner dick from her ass to her pussy with her hand?
Srsly? Ever saw a porn movie where the woman moves her partner's dick from her mouth to her pussy with her feet?
(Without moving the whole dude around!)

(That's what you were asking about)
 
  • Thinking Face
Reactions: atur
4.50 star(s) 191 Votes