Browse Source

Variable fix thanks to kazmaz

KevinSmarts 6 years ago
parent
commit
c4cf1d7a40
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/love

+ 4 - 4
locations/love

@@ -11,7 +11,7 @@ end
 if $ARGS[0] = '0':
 	cla
 	*clr
-	love = 1
+	loverlove[lover_number] = 1
 	'You start talking about living together. <<$loverdesc[lover_number]>> tells you that he is not against it, but first he wants you to meet his parents.'
 	'He warns you that his mother is very demanding and rigorous. <<$loverdesc[lover_number]>> says that he loves his mother and does not want to upset her. Therefore, you must look gorgeous, wear a dress from a boutique, be well-groomed with curled hair and use cosmetics only in moderation.'
 	'For your next date, if your are ready, <<$loverdesc[lover_number]>> will take you to his parents.'
@@ -74,7 +74,7 @@ if $ARGS[0] = 'mother':
 		exit
 	end
 
-	love = 2
+	loverlove[lover_number] = 2
 	'She looks at her son with tearful eyes and says, "Alright. Well son, it''s your choice. Who am I to interfere with your life? I just gave birth to you, nursed you and helped you grow up. But of course you are free to forget about your mom who loves you and only wishes the best for you. If you insist on keeping her, please do. I certainly don''t forbid it. "'
 	'<<$loverdesc[lover_number]>> looks down, "Mom, what are you saying? Of course I love you, but <<$pcs_nickname>> is also very dear to me."'
 	'His mother jumps up, her eyes flashing, "Son, you only met her recently, what do you even know about her?"'
@@ -86,7 +86,7 @@ end
 if $ARGS[0] = '1':
 	cla
 	*clr
-	love = 1
+	loverlove[lover_number] = 1
 	'You start talking about living together. <<$loverdesc[lover_number]>> tells you that he is not against it, but first he wants you to meet his friends.'
 	'He tells you that you have to look chic, wear a dress from a boutique, be well-groomed with curled hair, use cosmetics only in moderation. He wants his friends to get green with envy.'
 	'For your next date, if you are totally ready <<$loverdesc[lover_number]>> will take you to his friends.'
@@ -228,7 +228,7 @@ gs 'npcgeneratec', 0, '<<$loverdesc[lover_number]>>''s "friend"', rand(18,32)
 		exit
 	end
 
-	love = 2
+	loverlove[lover_number] = 2
 	'"Okay, it''s time to go, <<$pcs_nickname>>." says <<$loverdesc[lover_number]>>. You head for the exit.'
 	act 'Leave':gt 'street'
 end