Browse Source

Add nutluck's changes too add Artem to uni_cafe

Insomniac 8 months ago
parent
commit
1782cf3b88
1 changed files with 30 additions and 3 deletions
  1. 30 3
      locations/uni_cafe.qsrc

+ 30 - 3
locations/uni_cafe.qsrc

@@ -27,7 +27,7 @@ if $ARGS[0] = '':
 	
 	if week < 5 and hour = 10 and minut >= 30:
 !!is this correct for the 30 min lunch break during school days?
-		temp_rand = rand(1,7)
+		temp_rand = rand(1,10)
 		if $start_type['loc'] = 'sg' and yearstart = 2:
 			if temp_rand = 1:
 				'You see a familiar face sitting at one of the tables having lunch, your former classmate <a href="exec:gt ''uni_cafe'',''lazar''">Lazar.</a>'
@@ -35,9 +35,11 @@ if $ARGS[0] = '':
 				'You see a familiar face sitting at one of the tables having lunch, your former classmate <a href="exec:gt ''uni_cafe'',''dimka''">Dimka.</a>'
 			elseif temp_rand = 3:
 				'You see a familiar face sitting at one of the tables having lunch, your former classmate <a href="exec:gt ''uni_cafe'',''marcus''">Marcus.</a>'
+			elseif temp_rand = 4:
+				'You see a familiar face sitting at one of the tables having lunch, your former classmate <a href="exec:gt ''uni_cafe'',''artem''">Artem.</a>'
 			end
 		end
-		if temp_rand = 4:
+		elseif temp_rand = 5:
 			if meet_kendra = 1:
 				'You see <a href="exec:gt ''uni_cafe'', ''kendra''">Kendra</a> sitting at one of the tables having lunch.'
 			elseif kendraslave >= 1:
@@ -47,7 +49,7 @@ if $ARGS[0] = '':
 			else
 				'As you look around, you see a pretty young black woman sitting at one of the tables. She notices you and gives you a quick once-over before returning to what she was doing. After a few minutes, she finishes her drink before getting up and leaving.'
 			end
-		elseif temp_rand = 5:
+		elseif temp_rand = 6:
 			if DjibrilQW['meet'] = 1:
 				'You see a familiar face sitting at one of the tables having lunch, Olu''s nephew <a href="exec:gt ''uni_cafe'',''djibril''">Djibril.</a>'
 			elseif hotcat >= 5:
@@ -208,6 +210,31 @@ if $ARGS[0] = 'marcus':
 	act 'Leave': gt 'uni_grounds', 'main'
 end
 
+if $ARGS[0] = 'artem':
+	*clr & cla
+	$menu_loc = 'uni_cafe'
+	$menu_arg = 'artem'
+	menu_off = 0
+	minut += 5
+	gs 'npc_relationship', 'modify', 'A2', 'like', 1
+	gs 'stat'
+	'<center><h4><font color="maroon">University Cafeteria</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big2.jpg"></center>'
+	if fame['pav_slut'] > 250:
+		'You notice Artem sitting at a table having lunch. As you approach, he says "Hey you." You sit and talk to him for a few minutes but he just mutters some responses you can''t understand as he quickly finishes his lunch, then he mutters he has to go, before he gets up and quickly moves away. Seems that even moving to a new city can''t get you away from your reputation as a slut. He tells you where they live before he heads outside and walks away.'
+	else
+		if npc_rel['A146'] >= 50:
+			artemQW['knows_dorm_room_number'] = 1
+			'You notice Artem sitting at a table having lunch. He smiles as you approach. "Hey <<$pcs_nickname>>, how have you been?" You sit and talk to him for a few minutes before his phone buzzes. He looks at it and finishes his drink. "Sorry, but I need to go to class. I am in room 209, you should stop by sometime and we can hang out." He tells you before he heads outside and walks away.'
+		elseif npc_rel['A146'] <= 20:
+			'You notice Artem sitting at a table having lunch. As you approach, all he says is "Hey." You sit and talk to him for a few minutes, but he doesn''t say much to you before he checks his phone and finishes his drink. "Sorry, but I need to go." After that, he walks outside and walks away.'
+		else
+			'You notice Artem sitting at a table having lunch. "Hey <<$pcs_nickname>>, how have you been?" he asks as you approach. You sit and talk to him for a few minutes before his phone buzzes. He looks at it and finishes his drink. "Sorry, but I need to go. It was nice catching up. Maybe I''ll see you around?" he asks before he heads outside and walks away.'
+		end
+	end
+	act 'Leave': gt 'uni_grounds', 'main'
+end
+
 if $ARGS[0]= 'kendra':
 	*clr & cla
 	$menu_loc = 'uni_cafe'