Browse Source

[added] standing with your social group to the main page of the journal

julzor 4 years ago
parent
commit
277d6cf4e0
1 changed files with 14 additions and 6 deletions
  1. 14 6
      locations/journal.qsrc

+ 14 - 6
locations/journal.qsrc

@@ -95,17 +95,25 @@ if $ARGS[0] = 'records':
 	
 	$tab_text += '<center><h2>Relationships</h2></center>'
 
+	if grupTipe < 5 and grupvalue[grupTipe] > 70:
+		$journal_school_standing = ' You are well respected and liked within your clique.'
+	elseif grupTipe < 5 and grupvalue[grupTipe] > 30:
+		$journal_school_standing = ' You are in good standing with your clique.'
+	elseif grupTipe < 5:
+		$journal_school_standing = '<font color="red"> You are on the outs with your clique, you''re in danger of being outcast.</font>'
+	end
+	
 	if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0:
 		if grupTipe = 0:
-			$tab_text += dyneval($NoteBookLine,'You are not a member of any particular school social group.')
+			$tab_text += dyneval($NoteBookLine,'You are not a member of any particular school social group.'+$journal_school_standing)
 		elseif grupTipe = 1:
-			$tab_text += dyneval($NoteBookLine,'Your school social group consists of the popular, cool, and beautiful.')
+			$tab_text += dyneval($NoteBookLine,'Your school social group consists of the popular, cool, and beautiful.'+$journal_school_standing)
 		elseif grupTipe = 2:
-			$tab_text += dyneval($NoteBookLine,'Your school social group consists of jocks and natural athletes.')
+			$tab_text += dyneval($NoteBookLine,'Your school social group consists of jocks and natural athletes.'+$journal_school_standing)
 		elseif grupTipe = 3:
-			$tab_text += dyneval($NoteBookLine,'You school social group consists of nerds, geeks, and good students.')
+			$tab_text += dyneval($NoteBookLine,'You school social group consists of nerds, geeks, and good students.'+$journal_school_standing)
 		elseif grupTipe = 4:
-			$tab_text += dyneval($NoteBookLine,'You school social group consists of gopniks, rebels, punks, or troublemakers.')
+			$tab_text += dyneval($NoteBookLine,'You school social group consists of gopniks, rebels, punks, or troublemakers.'+$journal_school_standing)
 		elseif grupTipe = 5:
 			$tab_text += dyneval($NoteBookLine,'You school social group consists of losers, teacher''s pets, sluts, and the ugly.')
 		end
@@ -320,7 +328,7 @@ if $ARGS[0] = 'school':
 	if grupTipe < 5 and grupvalue[grupTipe] > 70:
 		'You are well respected and liked within your clique.'
 	elseif grupTipe < 5 and grupvalue[grupTipe] > 30:
-		'You are in good standing with your clique'
+		'You are in good standing with your clique.'
 	elseif grupTipe < 5:
 		'<font color="red">You are on the outs with your clique, you''re in danger of being outcast.</font>'
 	end