Browse Source

[added] can ask for your sugar money while preparing to leave

hornguy6 6 months ago
parent
commit
3c0ba9e614
1 changed files with 37 additions and 0 deletions
  1. 37 0
      locations/sex_ev_dress_talking.qsrc

+ 37 - 0
locations/sex_ev_dress_talking.qsrc

@@ -115,6 +115,7 @@ if $ARGS[0] = 'dress_talk_pc':
 	gs'sex_ev_dress_talking', 'leak_all_day'
 	gs'sex_ev_dress_talking', 'pc_sex_ev_invite'
 	gs'sex_ev_dress_talking', 'ma_pill_ask_money1'
+	gs'sex_ev_dress_talking', 'prostitution_money'
 	
 end
 
@@ -1012,4 +1013,40 @@ if $ARGS[0] = 'money_for_ma_pill':
 	gs 'sex_ev_leave', 'dressing2'
 end
 
+if $ARGS[0] = 'prostitution_money':
+	if $npc_rel_type[$boy] = 'sugar_daddy' and sex_ev['sugar_daddy_paid'] = 0:
+		gs 'sex_ev_dress_talking', 'sugar_money'
+	elseif sex_ev['prostitution'] = 1 and sex_ev['prostitution_paid'] = 0:
+		act'Ask for your prostitution money':
+		
+		end
+	end
+end
+
+
+if $ARGS[0] = 'sugar_money':
+	act'Ask for your sugar money':
+		sex_ev['sugar_daddy_paid'] = 1
+		money += npc_sugar_daddy_price[$boy]
+		cla
+		act'Ask demurely':
+			cla & *clr
+			gs'sex_ev_leave', 'dress_loop'
+			'"Now that I''ve given you your sugar," you say, <<$sex_ev[''dress_describe'']>>. "Can I get mine?"'
+			'You pause to make innocent doe eyes at <<$npc_firstname[$boy]>>.'
+			'"Of course, darling," he grins, pulling out <<npc_sugar_daddy_price[$boy]>><b>₽‎</b> in cash and handing it over.'
+			'"Thank you daddy," you smile sweetly as you tuck it into your purse.'
+			gs 'sex_ev_leave', 'dressing2'
+		end
+		
+		act'Ask transactionally':
+			cla & *clr
+			gs'sex_ev_leave', 'dress_loop'
+			'"Can I get paid now?" you ask bluntly, barely even looking at him as you <<$sex_ev[''dress_describe'']>>.'
+			'<<$npc_firstname[$boy]>> gives you a look but reaches over to his wallet and pulls out <<npc_sugar_daddy_price[$boy]>><b>₽‎</b> in cash and handing it over.'
+			'"Thanks," you reply absent-mindedly as you stuff the money into your purse.'
+			gs 'sex_ev_leave', 'dressing2'
+		end
+	end
+end
 --- sex_ev_dress_talking ---------------------------------