Browse Source

[fixed] missing action in dimaHome.

3xpurt 4 years ago
parent
commit
e83a9e2f4e
1 changed files with 19 additions and 18 deletions
  1. 19 18
      locations/dimaHome.qsrc

+ 19 - 18
locations/dimaHome.qsrc

@@ -596,7 +596,7 @@ if $ARGS[0] = 'study3':
 				end
 			else
 				act 'Not his business (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 	end
 end
@@ -790,7 +790,7 @@ if $ARGS[0] = 'dimka_chat':
 							end
 						else
 							act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-						end	
+						end
 						act 'Ok':
 							*clr & cla
 							'<center><h4><font color="maroon">Dimka''s Room</font></h4></center>'
@@ -811,7 +811,7 @@ if $ARGS[0] = 'dimka_chat':
 								end
 							else
 								act 'Change your mind (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-							end	
+							end
 							act 'Drink':
 								*clr & cla
 								npc_rel['A1'] += 1
@@ -824,7 +824,7 @@ if $ARGS[0] = 'dimka_chat':
 					end
 				else
 					act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-				end	
+				end
 				act 'Ok':
 					*clr & cla
 					npc_rel['A1'] += 1
@@ -877,7 +877,7 @@ if $ARGS[0] = 'dimka_chat':
 								end
 							else
 								act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-							end	
+							end
 							act 'Ok':
 								*clr & cla
 								'<center><h4><font color="maroon">Dimka''s Room</font></h4></center>'
@@ -898,7 +898,7 @@ if $ARGS[0] = 'dimka_chat':
 									end
 								else
 									act 'Change your mind (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-								end	
+								end
 								act 'Drink':
 									*clr & cla
 									npc_rel['A1'] += 1
@@ -911,7 +911,7 @@ if $ARGS[0] = 'dimka_chat':
 						end
 					else
 						act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-					end	
+					end
 					act 'Ok':
 						*clr & cla
 						npc_rel['A1'] += 1
@@ -924,7 +924,7 @@ if $ARGS[0] = 'dimka_chat':
 			end
 		else
 			act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
+		end
 		!! I changed the else condition so it matches up with generic boyfriends, because i think the variable boyfriend doesnt exist ... if it does a third elseif must be added for boyfirend or generic boyfriends and the if conditions must be changed
 		if NikoVolkovQW >= 5 or fedorKozlovQW >= 1 or pcs_lovers ! 0:
 			act 'I have a boyfriend':
@@ -956,7 +956,7 @@ if $ARGS[0] = 'dimka_chat':
 					end
 				else
 					act 'No I don''t thnk I can (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-				end	
+				end
 				act 'Maybe':
 					*clr & cla
 					npc_rel['A1'] += 1
@@ -1000,7 +1000,7 @@ if $ARGS[0] = 'dimka_chat':
 							end
 						else
 							act 'Change your mind (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-						end	
+						end
 						act 'Drink':
 							*clr & cla
 							npc_rel['A1'] += 1
@@ -1047,11 +1047,11 @@ if $ARGS[0] = 'dimka_chat':
 						end
 					else
 						act 'Stop kissing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-					end		
+					end
 				end
 			else
 				act 'Stop kissing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 			act 'Make out': gt 'dimaHome', 'dimka_makeout'
 		end
 	end
@@ -1093,11 +1093,11 @@ if $ARGS[0] = 'dimka_makeout':
 				end
 			else
 				act 'I said no (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 	else
 		act 'Stop him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 	act 'To your knees': gt 'dimaHome', 'dimka_knees'
 end
 
@@ -1136,11 +1136,11 @@ if $ARGS[0] = 'dimka_seduce':
 				end
 			else
 				act 'Stop kissing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 	else
 		act 'Stop kissing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 	act 'Make out': gt 'dimaHome', 'dimka_makeout2'
 end
 
@@ -1179,11 +1179,12 @@ if $ARGS[0] = 'dimka_makeout2':
 				end
 			else
 				act 'I said no(<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 	else
 		act 'Stop him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
+	act 'To your knees': gt 'dimaHome', 'dimka_knees'
 end
 
 if $ARGS[0] = 'dimka_knees':