瀏覽代碼

[Added] rumors spreading from school shower stuff

Alaratt 2 年之前
父節點
當前提交
7425d11229
共有 1 個文件被更改,包括 45 次插入1 次删除
  1. 45 1
      locations/gschool_gossip.qsrc

+ 45 - 1
locations/gschool_gossip.qsrc

@@ -3,7 +3,12 @@
 if $ARGS[0] = 'morning':
 !!going to class
 	'While walking down the halls before class, you make your way past the other students. As you do, you overhear some of them talking about a variety of things, including some juicy gossip.'
-	gs 'gschool_gossip', 'gossip'
+	*nl
+	if sveta_dyke_rumor = 25 or sveta_dyke_rumor = 20 or sveta_dyke_rumor = 15 or sveta_dyke_rumor = 10 or sveta_dyke_rumor = 5 or sveta_dyke_rumor = 1:
+		gs 'gschool_gossip', 'sveta_dyke_rumors'
+	else
+		gs 'gschool_gossip', 'gossip'
+	end
 end
 
 if $ARGS[0] = 'skipping':
@@ -1142,5 +1147,44 @@ if $ARGS[0] = 'gosip':
 	end
 end
 
+if $ARGS[0] = 'sveta_dyke_rumors':
+	!!*clr & cla
+	!!menu_off = 1
+	!!minut += 3
+	!!gs 'stat'
+	if sveta_dyke_rumor = 25:
+		!!'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/boys_gossip.jpg"></center>'
+		'Two boys are chatting in the hallway as you walk past. "Hey dyke, cock not good enough for you?"'
+		'His friend laughs. "Maybe no one has ever given her a good enough ride yet. Hey rug muncher, come and find out what a real man is like." They both laugh as you keep walking, but they follow you and make more crude comments. Several of your fellow students laugh or give you disgusted looks when they hear the boys comments.'
+	elseif sveta_dyke_rumor = 20:
+		!!'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/boys_gossip.jpg"></center>'
+		'"Hey dyke," two boys say as you walk past them in the hallway. "I hear you''re creeping the other girls out. You know, if they kick you out of the girls locker room, you can always come over to the boys side."'
+		'"Yeah," says the other boy. "We can set you <i>straight</i> in there."'
+		'They follow you down the hall for awhile making crude jokes before finally losing interest.'
+	elseif sveta_dyke_rumor = 15:
+		!!'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/boys_gossip.jpg"></center>'
+		'Two boys are chatting in the hallway as you walk past. "Did you hear about <<$pcs_nickname>>?" one of them asks.'
+		'"What? That she''s a dyke? Everyone knows that." his friend replies, glancing at you.'
+		'"No. Well sorta, but supposedly she was caught jilling off while spying on the other girls naked." The first one replies.'
+		'"Fuck, she''s a bigger dyke than Lera is... but damn that is kinda hot... and disgusting, fucking dykes." Eventually you walk far enough way to no longer be able to hear them as you head on your way.'
+	elseif sveta_dyke_rumor = 10:
+		!!'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/boys_gossip.jpg"></center>'
+		'Two boys are chatting in the hallway as you walk past. "<<$pcs_nickname>> is such a dyke, she just won''t stop checking the other girls out in the shower." one of them says.'
+		'"I heard she was pretty much drooling while checking out Bella." his friend replies, glancing at you.'
+		'The first one laughs as he replies. "Well I can hardly blame her for that." Eventually you walk far enough way to no longer be able to hear them as you head on your way.'
+	elseif sveta_dyke_rumor = 5:
+		!!'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/events/boys_gossip.jpg"></center>'
+		'Two boys are chatting in the hallway as you walk past. "<<$pcs_nickname>> has been at it again, caught checking out several of the other girls." one of them says.'
+		'"Damn, I guess she is a lez." Eventually you walk far enough way to no longer be able to hear them as you head on your way.'
+	else
+		!!'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/event/boys_gossip.jpg"></center>'
+		'Two boys are chatting in the hallway as you walk past. "Did you hear about <<$pcs_nickname>>?" one of them asks the other as you walk past.'
+		'"What about her?" his friend replies, glancing at you.'
+		'"I heard she was checking the other girls out in the girls locker room after gym." The first one replies.'
+		'"Damn, think she''s a lesbian?" Eventually you walk far enough away to no longer hear them as you head on your way.'
+	end
+	!!act 'Continue on': gt 'gschool_events', 'leave_break_events2'
+end
+
 --- gschool_gossip ---------------------------------