Forráskód Böngészése

[fixed] forgot to change if to elseif when I added more steps to Lariska story hints

Alaratt 3 éve
szülő
commit
4207219439
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      locations/journal_quests.qsrc

+ 2 - 2
locations/journal_quests.qsrc

@@ -111,9 +111,9 @@ if $ARGS[0] = 'start':
 		*nl
 		if LariskaQW['story'] = 8:
 			'This is the end of current storyline content for now'
-		if LariskaQW['story'] = 7:
+		elseif LariskaQW['story'] = 7:
 			'I should try to flirt with Lariska afterschool, when I get the chance.'
-		if LariskaQW['story'] = 6:
+		elseif LariskaQW['story'] = 6:
 			'I should do my homework with Lariska afterschool.'
 		elseif LariskaQW['story'] = 5:
 			'Lariska invited me to come over afterschool and do our homework together.'