Browse Source

[fixed] quick patch to make Anushka city apartment jounal enties update

Kevin_Smarts 1 year ago
parent
commit
66c1ddfba9

+ 1 - 0
locations/anush_bedroom_city.qsrc

@@ -77,6 +77,7 @@ if $ARGS[0] = 'anushroom':
 	'Against the opposite wall are a small computer desk, a <a href="exec:gt ''anush_bedroom_city'',''computer''">laptop</a> and a chair. Next to the desk is a <a href="exec:gt ''anush_bedroom_city'',''nushdresser''">dresser</a> with a decent sized flatscreen TV sitting on top of it. On the other side of the desk is a bookshelf with a relatively large collection of books. Hanging on the wall next to the shelves is an <a href="exec:gt ''anush_bedroom_city'',''guitar''">acoustic guitar</a> with an electric guitar right beside it. A skateboard is also leaning against one of the other walls next to the <a href="exec:gt ''anush_bedroom_city'',''nushcloset''">closet door</a>, along with some rollerblades in the corner.'
 	'Against the opposite wall are a small computer desk, a <a href="exec:gt ''anush_bedroom_city'',''computer''">laptop</a> and a chair. Next to the desk is a <a href="exec:gt ''anush_bedroom_city'',''nushdresser''">dresser</a> with a decent sized flatscreen TV sitting on top of it. On the other side of the desk is a bookshelf with a relatively large collection of books. Hanging on the wall next to the shelves is an <a href="exec:gt ''anush_bedroom_city'',''guitar''">acoustic guitar</a> with an electric guitar right beside it. A skateboard is also leaning against one of the other walls next to the <a href="exec:gt ''anush_bedroom_city'',''nushcloset''">closet door</a>, along with some rollerblades in the corner.'
 	act 'Leave Anushka''s room': gt 'anushapt_city','hallway'
 	act 'Leave Anushka''s room': gt 'anushapt_city','hallway'
 	if locat['A144'] = 2:
 	if locat['A144'] = 2:
+		if anushkaCityQW['first_visit'] = 1:anushkaCityQW['first_visit'] = 2
 		'<br>Anushka is lying on the bed, a mysterious smirk playing around her lips as she looks at you.'
 		'<br>Anushka is lying on the bed, a mysterious smirk playing around her lips as she looks at you.'
 		act 'Talk to Anushka': locat['A144'] = 2 & gt 'anushkachat_city', 'chat'
 		act 'Talk to Anushka': locat['A144'] = 2 & gt 'anushkachat_city', 'chat'
 	end
 	end

+ 5 - 6
locations/anushka_konstantinov_schedule.qsrc

@@ -133,20 +133,19 @@ end
 !! This function will create a text, already formatted, showing the current instruction to progress for this character. That means we can store all scheduling info here and there is no need to edit other files.
 !! This function will create a text, already formatted, showing the current instruction to progress for this character. That means we can store all scheduling info here and there is no need to edit other files.
 if $ARGS[0] = 'journal':
 if $ARGS[0] = 'journal':
 
 
-	$anushka_konstantinov_schedule_journal = ''
 	! City quest 
 	! City quest 
 	if anushkaCityQW['first_visit'] = 0:
 	if anushkaCityQW['first_visit'] = 0:
-		$anushka_konstantinov_schedule_journal & 'You don''t know where she lives but you likely know her as you went to school with her.'
+		'You don''t know where she lives but you likely know her as you went to school with her.'
 	elseif anushkaCityQW['first_visit'] = 1:
 	elseif anushkaCityQW['first_visit'] = 1:
-		$anushka_konstantinov_schedule_journal & 'She told you where her apartment in they city is but you have not been there with her.'
+		'She told you where her apartment in they city is but you have not been there with her.'
 	elseif anushkaCityQW['first_visit'] >= 2:
 	elseif anushkaCityQW['first_visit'] >= 2:
-		$anushka_konstantinov_schedule_journal & 'You have visited her at her apartment, you should visit her again.'
+		'You have visited her at her apartment, you should visit her again.'
 	end
 	end
 	!anushka_konstantinov_schedule_journal & *nl
 	!anushka_konstantinov_schedule_journal & *nl
 	if anushkaQW['kiss'] <= 5:
 	if anushkaQW['kiss'] <= 5:
-		$anushka_konstantinov_schedule_journal & 'I think Anushka is really pretty and I would like to be more than just friends with her. Hopefully she will do more if we have done enough kissing.'
+		'I think Anushka is really pretty and I would like to be more than just friends with her. Hopefully she will do more if we have done enough kissing.'
 	elseif anushkaQW['kiss'] > 5:
 	elseif anushkaQW['kiss'] > 5:
-		$anushka_konstantinov_schedule_journal & 'Anushka is really pretty, I think I definitely want to go further than just kissing.'
+		'Anushka is really pretty, I think I definitely want to go further than just kissing.'
 	end
 	end
 
 
 end
 end

+ 0 - 1
locations/journal_quests.qsrc

@@ -598,7 +598,6 @@ if yearstart > 1:
 	'<center><h3>Anushka Konstantinov</h3></center>'
 	'<center><h3>Anushka Konstantinov</h3></center>'
 	!*nl
 	!*nl
 	gs 'anushka_konstantinov_schedule', 'journal'
 	gs 'anushka_konstantinov_schedule', 'journal'
-	$anushka_konstantinov_schedule_journal
 end
 end
 
 
 --- journal_quests ---------------------------------
 --- journal_quests ---------------------------------