<==
---
#AnTwinette
####Girlfriend Simulator
---
==>
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_title.jpg">
<==
[[**Play** -> Coffee shop]]
[[**About** -> Norma]]
(font:"Courier New")[You see a girl sitting by herself at a coffee shop and decide to approach her.]
---
(set: $Anger to 50)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_CoffeeShop.jpg" width="250" height="300">
<==
(set: $Affection to 0)
[[Hey, so... You here by yourself? -> A1]]
[[Uh... Hi. Can I join you? -> A2]]
[[That looks good -> A3]]
[[Hi. You're really cute and I wanted to meet you -> A4]]
[[(Sit down smiling) -> A5]]
---
Um... (either: "That's an awfully creepy way to approach someone...", "Why do you ask?", "What's wrong with all the other seats?")
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cwhaaa.jpg" width="250" height="300">
<==
(set: $Anger += 5)
[[Sorry, didn't mean to come off as creepy, I just wanted to introduce myself. -> B1]]
[[Well, you look like someone I know... -> B2]]
[[(Sit anyways) -> A5]]
---
"Uhh... I don't see why not"
---
(set: $Anger += 1)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cwhaaa.jpg" width="250" height="300">
<==
[[Well, some mothers say not to talk to strangers -> Flirt]]
[[Well, I could be an axe murderer -> Joke]]
[[I'm glad you don't! -> Joke2]]
---
Oh, yes! (either: "It really is.", "This is my favorite drink here") They make the best white chocolate mocha here.
---
(set: $Affection += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Chappy.jpg" width="250" height="300">
<==
[[Wow, I'll have to try that for myself. Mind if I sit with you? -> Okay]]
---
Oh!! Whaa-- R-R-Really? Me?
---
(set: $Affection += 5)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cblush.jpg" width="250" height="300">
<==
[[Yeah, I'd like to get to know you better, if that's okay? -> Okay]]
[[Especially you. Is it okay if I sit here? -> Flattered]]
---
Um... Can I help you?
---
(set: $Anger += 5)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cwhaaa.jpg" width="250" height="300">
<==
[[Yeah, I'm a little lost... in your eyes -> Flirty]]
[[Hi. I'm Mr. Right. A little birdy told me you were looking for me. -> Flirty2]]
[[I want you to feel my sweater -> PickUp]]
---
####Created by
#Norma Tu
##Fall 2015
This game has two changing variables that affect your progress as you make choices: Anger & Affection.
Anger initially is 50 to represent neutrality, and serves to gauge how much AnTwinette is tolerating the player. She will get immediately angry if Anger is over 80%.
Affection starts off at 0, and represents how AnTwinette gradually warms up to you. If the player raises her Affection level to over 90%, the likelihood of a good ending will be very high.
Anger and Affection cannot be subtracted or canceled out by each other. When AnTwinette can't take it anymore, it does not matter what level of affection she has for you, you're in for it.
---
#####ENDING LIST:
[GOOD END] Promise of Tomorrow
[NEUTRAL END] Friendzone
[BAD END] Tired of Playing Games
[BAD END] Too Creeped Out
---
Oh, okay then. My name's AnTwinette. What's yours?
---
(set: $Affection += 1)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_smile.jpg" width="250" height="300">
<==
[[I'm... -> Introduce]]
---
(either: "Oh really?", "Is that so?", "Why's that?")
---
(set: $Affection += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cblush.jpg" width="250" height="300">
<==
[[You look like the girl of my dreams -> C1]]
[[You look like someone I want to get to know better -> C2]]
[[You look like a really sweet person -> C3]]
(set: $Name = prompt ("Enter your name:"))
###My name is (print: $Name). Can I get your number?
---
(if: $Affection > 10)[Yeah, definitely! It's ~~626-701-0414~~. Text me whenever!]
(if: ($Affection < 10))[Umm, what? really? I don't quite know how to say this... ]
(if: $Anger >= 60)[You're kind of weird, but I guess I could give you a chance...]
(if: ($Affection is 10) and ($Anger < 60))[Sure. You seem like a nice guy!]
---
(font:"Courier New")[Affection level is (print: $Affection) percent, and Anger tolerance is now (print: $Anger) percent.]
---
=><=
(if: $Affection >= 10)[ <img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_ehehe.jpg" width="250" height="300"> ]
(else:)[ <img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_umm.jpg" width="250" height="300"> ]
<==
(if: $Affection < 10)[ [[So... is that a 'yes'? -> Creepy]] ]
(if: $Affection >= 10)[ [[Okay, would you like to go somewhere after this? -> Maybe]] ]
(if: $Affection >= 10)[ [[Sure thing. Do you have anything to do right now? -> Got_class]] ]
---
Whoa, calm down there! We just met!!
That's kind of creepy, you know?
---
(set: $Anger += 10)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_umm.jpg" width="250" height="300">
<==
[[But I truly do feel that way, beautiful -> Skeptical]]
[[But how can I contain myself when you're right before my eyes? -> Flirty]]
---
Aww, that's actually really sweet...
---
(set: $Affection += 5)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_laugh.jpg" width="250" height="300">
<==
[[So you'll give me chance? -> Skeptical]]
[[So what brings you here? -> D1]]
[[So what's your name? -> A_Name]]
---
Ehh?? Me? Sweet???
---
(set: $Affection += 3)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_eep.jpg" width="250" height="300">
<==
[[Yeah, you. -> E1]]
---
Then don't be a stranger. I'm AnTwinette, what's your name?
---
(set: $Affection += 3)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_ohyou.jpg" width="250" height="300">
<==
[[Haha, I'm... -> Introduce]]
---
What. No way.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cblush.jpg" width="250" height="300">
<==
[[Haha, no, no, I'm just kidding -> JK]]
---
Uh... Does this mean I have reasons to not talk to you then?
---
(set: $Anger += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_umm.jpg" width="250" height="300">
<==
[[Don't worry, I'm only joking! -> JK]]
[[Nah, I'm cool. Just wanted to tell you that you were hot. -> Skeptical]]
---
Alright, I (either: "wouldn't mind some company.","have some free time", "could use a break", "think it's nice to meet new people")
---
(set: $Affection += 3)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_smile.jpg" width="250" height="300">
<==
[[So how's it going? -> D1]]
[[Are you a regular here? -> D2]]
---
Oh! Okay, sure! (either: "I wouldn't mind at all!", "You seem like good company.", "This is sudden.", "This is an interesting way to start my day!") Hahaha.
---
(set: $Affection += 5)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_laugh.jpg" width="250" height="300">
<==
[[So what brings you here? -> D1]]
[[Wow your laugh is cute -> Flattered_Again]]
[[Are you a regular here? -> D2]]
---
Was that supposed to be a pick-up line? Really? That was kind of lame!
---
(set: $Anger += 1)
(set: $Affection += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cwhaaa.jpg" width="250" height="300">
<==
[[But did it work? -> Skeptical]]
---
Wait, what???
That was actually a good one.
---
(set: $Affection += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cblush.jpg" width="250" height="300">
<==
[[I'm glad you agree. -> Skeptical]]
---
Um... okay?
---
(set: $Anger += 5)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_umm.jpg" width="250" height="300">
===><=
[[You feel that? That's boyfriend material. -> Skeptical]]
---
Wooooow. Bet you use that for other girls too, huh?
---
(set: $Anger += 1)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_crossedarms.jpg" width="250" height="300">
<==
[[Haha, I was just hoping to break the ice! -> Introduce]]
[[Yeah, but did it work? -> Creepy]]
[[No, just for you, sweetness. -> Um...]]
---
Uh...
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_umm.jpg" width="250" height="300">
<==
[[What?? -> Creepy]]
---
Umm, look, I've got to get going now... I have a thing that I suddenly must get to... located anywhere but here. Please don't ever talk to me again.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_creeped.jpg" width="250" height="300">
==>
##[BAD END] Too creeped out.
---
Um...
(if: $Affecton >= 15)[I'd love to, but I'm not sure if I'm free the rest of today...]
(elseif: $Anger >= 60)[let me think about it...]
(else:)[I'm still not done studying and need to look up my schedule first...]
---
(set: $Affection += 1) (set: $Anger += 6)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_umm.jpg" width="250" height="300">
<==
[[If you're busy, we can always do something another time -> Got_class]]
---
Yeah... Now that I think about it, I have a class that I wanted to crash today that I shouldn't miss.
Just text me when you can, and we can make plans or something!
---
(set: $Affection += 2) (set: $Anger += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_smile.jpg" width="250" height="300">
<==
[[Sounds great. I'll catch you later then! -> Text]]
---
Oh, I'm just getting some assignments done before class. I like to come to this cafe in between classes or after I swim at the gym, to just get things done while I have the time to. Ooh, and I love the lattes and sweets here.
---
(set: $Affection += 3)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Chappy.jpg" width="250" height="300">
<==
[[Sweets? What kind of sweets do you like? -> Sweet]]
[[That's cool, now I know that this won't be the last time I'll see you -> E1]]
---
Wow, really? Gosh, no one's ever told me that before!
---
(set: $Affection += 5)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_eep.jpg" width="250" height="300">
<==
[[That's crazy, your laugh is so sweet, it'd give anyone cavities! -> Flirty2]]
[[So what's your name? I've been dying to know -> A_Name]]
---
Yeah, I like to come here in between classes, or after swimming at the gym to (either: "get myself something nice", "get myself a latte", "treat myself to something sweet", "get some work done and buy myself sweets")
---
(set: $Affection += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Chappy.jpg" width="250" height="300">
<==
[[It's good to treat yourself right. What do you like here the most? -> Sweet]]
[[Ah, then that must mean this won't be the last time I'll see you. -> E1]]
---
Ooh! Where do I start? I love creamy and sweet lattes, cakes with strawberries, croissants, any fruit pastry, donuts, cake pops, brownies, oh my gosh, I just love everything here!
Sweet things really just make my day!
---
(set: $Affection += 4)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_eep.jpg" width="250" height="300">
<==
[[I guess it's a good thing that I'm a pretty sweet guy -> Introduce]]
[[Really? I know the perfect place I'd like to show you one day -> Yum]]
---
Oh really now? How can you be so sure?
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_umm.jpg" width="250" height="300">
<==
(set: $Affection += 1)
(set: $Anger += 10)
[[Well... -> Introduce]]
---
Ah, my name is AnTwinette. You are...?
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_laugh.jpg" width="250" height="300">
<==
(set: $Affection += 3) (set: $Anger += 2)
[[Pleasure to meet you, AnTwinette, I'm... -> Introduce]]
---
Oh? Really? Well, I'm sold! My name's AnTwinette, by the way.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cblush.jpg" width="250" height="300">
<==
(set: $Affection += 6)
[[Ah, where are my manners? I'm...-> Introduce]]
---
Oh, that's a relief. I'm glad you're not a (either: "douchebag.", "crazy person.", "serial killer.")
---
(set: $Affection += 2)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Cwhaaa.jpg" width="250" height="300">
<==
[[So what brings you here? -> D1]]
[[So what's your name? -> A_Name]]
[[So what're you drinkin' there? That looks good. -> A3]]
(font:"Courier New")[The next day, you think of AnTwinette and text her]
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_phone.jpg" width="250" height="300">
<==
(font:"Courier New")[You ask if she's free, and she texts back that she is. What do you text her now?]
---
(set: $Affection += 20)
[[Want to go swimming at the community pool? -> Sure]]
[[My buddy invited me to a pool party, and I'd love to bring you with me. Would you like to go? -> Pool]]
---
OH MY GOSH YES!! I LOVE TO SWIM! I SWIM LIKE AN ELEGANT MERMAID!
LET'S GO GO GO! (set: $Place to "the pool party")
---
(set: $Affection += 5) (set: $Anger += 3)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Textyaas.jpg" width="250" height="300">
<==
[[Haha, okay, I'll come pick you up at your place then -> Car]]
(font:"Courier New")[A bit later, you pull up to her home and see her walking down the driveway towards you.]
---
Hey there, (print: $Name). Glad you were able to find your way here.
---
(set: $Affection += 5) (live:1s)[ ###Wow. ]
(set: $Freakout to false)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_dress.jpg" width="300" height="400">
<==
---
Huh? Is something wrong, (print: $Name)?
---
[[...Give me a moment. -> Boobs]]
[[No, nothing's wrong, you just took my breath away -> Flattery]]
[[Everything's the opposite of wrong, you look really great -> Relief]]
(alert: "Good lord, brace yourself!")
----
Okay, this is NOT going to work out... WHO DO YOU EVEN THINK YOU ARE?? I've put up with way too much and it's really starting to bug me.
##YOU SURE HAVE A LOT OF NERVE THINKING I'M OKAY RIGHT NOW.
WE'RE THROUGH, (print: $Name)!!!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Erupts.jpg" width="400" height="400">
==>
##[BAD END] Tired of Games.
(set: $Affection += 1) (set: $Anger += 10) (live: 400ms)[ ##Wooooow. ]
---
Um..... (print: $Name), are you staring at my breasts?
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_WTF.jpg" width="300" height="400">
<==
(if: $Anger <= 80)[ [[I gotta appreciate em. They're real nice in that dress, you know? -> BOOBIES]] ]
(if: $Anger <= 80)[ [[Oh no, I'm staring at all of you. You look breathtaking. -> Flattery]] ]
(if: $Anger <= 80)[ [[Wait, what...? Did you say something? -> Goodbye...]] ]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
(set: $Affection += 5)
---
####Aw...!!
(print: $Name), you're (either: "so sweet!", "always saying such nice things!", "too sweet!") That means a lot to me.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_superHappy.jpg" width="250" height="300">
<==
[[Shall we get going? -> CONT'D]]
(set: $Affection += 5) (set: $Anger += 3)
---
Aww, thanks (print: $Name)! I wanted to look good for today. It's been a long time since I've let myself go out like this.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_litUp.jpg" width="250" height="300">
<==
[[Really? Let's go have ourselves some fun then! -> CONT'D]]
---
Um...NO. NOT COOL. I'm more than just a nice rack. You go on ahead without me, and I'm just going to go (either: "back", "home", "to my room") and watch Netflix by myself, thank you very much.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_WTF_1.jpg" width="250" height="300">
==>
##[BAD END] Too creeped out.
---
That's because I wore something I knew I'd look good in for you, and now I see what kind of guy you really are.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_drunk.jpg" width="300" height="400">
<==
[[I'm glad you understand. We cool? -> Goodbye...]]
(font:"Courier New")[You arrive at (print: $Place), and see that there are a lot of people around.] (set: $Anger += 3)
---
Whoa, I didn't think this place would be this packed! What should we do?
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_WTF.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[ [[Would you like to go somewhere else? -> ChangedMind]] ]
(if: $Anger <= 80)[ [[I don't mind as long as I have you here with me. -> Continue]] ]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Oh, sure! What do you have in mind? (set: $Affection += 5)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_litUp.jpg" width="250" height="300">
<==
[[We could just go back to my place... to just Netflix and chill? -> Goodbye...]]
(if: $Place is "the pool party")[ [[How about we just go to the community pool, just the two of us? -> poolTime]] ]
(if: $Place is "the pool")[ [[My friend invited me to a pool party today. We can swim there! -> poolTime]] ]
(set: $Anger += 4)
---
Aww!! That's so sweet.
I guess we can still enjoy ourselves then.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_drunk.jpg" width="300" height="400">
<==
[[Let's just get changed and jump in -> poolTime]]
(set: $Affection += 7)
(set: $Anger += 3)
(font:"Courier New")[Moments later..] (set: $Anger += 2)
---
Okay, all changed!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_swimsuit.jpg" width="250" height="300">
<==
[[Whoa you look good in a bikini. -> Compliment]]
[[Race you to the pool! -> RACE]]
---
Gosh enough with the flattery, of course I do, now let's jump in already! (set: $Anger += 2)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_gosh.jpg" width="250" height="300">
<==
(if: $Anger < 80)[[[Hey wait up! -> RACE]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Wow, the water feels so nice!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_waterNice.jpg" width="250" height="300">
<==
(if: $Anger < 80)[[[Isn't it? -> DivingBoard?]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Oh hey! There's a diving board over there! I've always wanted to try it but have always been too chicken to go alone...
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_noticed.jpg" width="250" height="300">
<==
[[You don't have to do anything you don't want to do -> FaceFear]]
[[We could go together if you want -> WalkOver]]
[[I could stay down here and support you -> ComeToo]]
(set: $Affection += 3)
---
But the thing is, I want to! I feel like it's about time I did this for myself, and this is the perfect opportunity!
(set: $Affection += 3)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_thinking.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[[[Okay, let's walk over there -> WalkOver]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Whoaaa this is a lot higher than I thought it'd be. (set: $Anger += 2)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_ehhhh.jpg" width="250" height="300">
<==
[[We can go back anytime you want... -> Coward]]
[[Do you still want to do this? -> ASK]]
[[I'll be up there with you, it'll be okay -> ComeToo]]
---
Ah! (print: $Name)! I'm next!! (set: $Anger += 2)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_diving.jpg" width="300" height="350">
<==
[[Ladies first -> ReluctantAlone]]
[[We can jump together -> Hold Hand]]
---
I-I'm not a coward! you're making it sound like I'm such a kid!
(set: $Anger += 7)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_XD.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[[[Are you really sure you want to do this? -> Angry]]]
(if: $Anger <= 80)[[[Sorry, just wanted to make sure you'll be okay -> Ready]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Yes!! We've already made it so far. D-D-Definitely yes...!
(set: $Anger += 2)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_XD.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[[[Are you sure? -> Angry]]]
(if: $Anger <= 80)[[[Okay then, I'm here for you -> ComeToo]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Gosh you are being awful at cheering me on, you know that!! I want to do this!! (set: $Anger += 8)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_gosh.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[[[Okay, okay, let's do this -> ComeToo]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Thanks, (print: $Name). I'm really ready now.
(set: $Affection += 3)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_dateSmile.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[[[Let's go together then. -> ComeToo]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Okay, deep breaths, girl. You can do this... (set: $Anger += 3)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_ehhhh.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[[[If you want, I can go first (to await you in the water )-> WentFirst]]
]
(if: $Anger <= 80)[[[Playfully push her off & go down too -> Pushed]] ]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
Ah... o-okay. This makes me feel a lot better.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_hands.jpg" width="400" height="300">
<==
[[We'll jump together on three. -> Count]]
##SPLOOSH.
(set: $Affection += 4) (set: $Anger += 5)
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_ehhhh.jpg" width="250" height="300">
<==
[[You can do it, AnTwinette! -> Okay!]]
[[It wasn't even that bad! Jump in! -> Okay!]]
[[Your turn! I'll be here to pull you up! -> Here goes!]]
---
NO WHAT ARE YOU DOING?!
##AHH###HHHH####HHHHHH#####HHH! (set: $Anger += 10)
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_jumpAlone.jpg" width="250" height="300">
<==
(if: $Affection > $Anger)[[[... -> FRIENDZONE]]]
(else:)[[[... -> Explode]]]
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_count1.jpg" width="250" height="300">
<==
[[One... -> 2]]
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_count2.jpg" width="250" height="300">
<==
[[Two... -> 3]]
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_count3.jpg" width="250" height="300">
<==
[[Three!! -> Jump Together]]
---
##AAAHHH!!!!!!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_jumpTogether.jpg" width="300" height="300">
<==
[[SPLOOSH]]
---
Oh my gosh!!!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_XD.jpg" width="250" height="300">
<==
[[SPLASH]]
---
Here we go!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_XD.jpg" width="250" height="300">
<==
[[SPLASH]]
---
Whooooaaaa my gosh!!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_%20Geez.jpg" width="250" height="300">
<==
(if: $Anger <= 80)[[[So what do you think?? -> FRIENDZONE]]]
(if: $Anger > 80)[ (set: $Freakout to true) ]
(if: $Anger > 80)|UHOH>[ ---
WHAT THE HELL, (print: $Name)?? ]
(click: ?UHOH)[WE NEED TO TALK.
--- ]
(if: $Freakout is true)[ [[Huh? What's up? -> Explode]] ]
---
I had a lot of fun. I'm glad I had such a great friend here to help me through this. You're the best, (print: $Name)!!!
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_waterNice.jpg" width="250" height="300">
<==
##[NEUTRAL END] FRIENDZONE.
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_underwater.jpg" width="500" height="500">
<==
[[(Help pull her up) -> Resurface]]
---
Wow! That was so crazy!! I bet I must have looked pretty ridiculous... haha.
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_%20Geez.jpg" width="250" height="300">
<==
[[So what do you think? -> Reflect]]
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_kiss.jpg" width="500" height="500">
==>
##[GOOD END] Promise of Tomorrow.
---
Well, you know what I think? I'm really happy you were so supportive and there for me... I feel like I'm really starting to like you a lot....
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_drunk.jpg" width="250" height="300">
==>
[[I really like you too, AnTwinette... -> KISS]]
---
Sure!! I really love to swim!! Come pick me up as soon as you can!!
(set: $Affection += 3) (set: $Place to "the pool")
---
=><=
<img src="http://i210.photobucket.com/albums/bb68/NormaDaBomb/A_Textyaas.jpg" width="250" height="300">
<==
[[Okay, I'll be over in 15 minutes! -> Car]]