- Sep 14, 2017
- 850
- 994
I do not like the fact that if you creampie a girl not on the pill, you lose them forever.
So I made a line of code to have them not longer mad at you and start taking the pill.
So I made a line of code to have them not longer mad at you and start taking the pill.
Code:
:: bar chat girl greeting {"position":"16945,3035","size":"100,100"}
{
(if:$npc's "relationship" is -1)[
(either:
"She doesn't want to talk to you.",
"She's not interested in talking to you.",
"She blows you off.",
"She doesn't seem like she wants to talk to you.",
"Yep, she's still mad at you."
)
(if:(random:1, 10) is 1)[ <-------Change
(set:$npc's "relationship" to 0)
(set:$npc's "traits" to it + (a:"pill"))
(set:$npc's "traits" to it - (a:"no pill"))
]
](else:)[
(if:$npc's "familiarity male" is 0)[
(if:$character's "effective charm" is < 4)[
"(either:
"Uhh...",
"Umm...",
"Um..."
) (either:
"hi.",
"hi there.",
"can I help you?",
"hello?",
"hiya.",
"need something?",
"what is it?"
)"
](else-if:$character's "effective charm" > 7)[
"(either:
"Hey there!",
"Why hello there!",
"Well, look at you!",
"Did you just turn up to make this boring night better?",
"What's cookin, good lookin?",
"Hey there, I don't know you.",
"Hey there!",
"Well, hello there.",
"Oh hi there!",
"Hi!",
"Hey there!",
"Hi, you're new!",
"Hey, have I seen you around here before?"
)"
](else:)[
"(either:
"Uhh... hi!",
"Here there!",
"Hello.",
"Oh, hello.",
"Hi there.",
"Good evening.",
"Hey.",
"Hey there.",
"Hi there!",
"Oh, hello."
)"
]
](else-if:$npc's "familiarity male" > 0)[
(if:$npc's "id" is "leah")[
(set:$line to (either:
"hiya",
"hey there",
"hey whats up",
"hey hows it going"
))
(display:"bar npc voice line")
]
"(either:
"Hello",
"Hi",
"Hi there,"
)
(print:$character's "male name")."
]
]
}
Last edited: