Browse Source

[added] The possibility to visit Katja in the dorm if you are not a sutdent at uni.

bgkjdgbizgblzdgbr 1 year ago
parent
commit
752b3c5247
1 changed files with 11 additions and 0 deletions
  1. 11 0
      locations/uni_dorm.qsrc

+ 11 - 0
locations/uni_dorm.qsrc

@@ -79,6 +79,17 @@ if $ARGS[0] = 'start':
 				end
 			end
 		end
+
+		if katjaQW['knows_dorm_room_number'] > 0 and yearstart > 1 and hour >= 8 and hour < 22:
+			act 'I''m here to visit Katja':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm.jpg"></center>'
+				'You walk over to the counter and pull out your ID. "I''m here to visit katja Meynold."' 
+				'The woman smiles. "You are one of Katja''s friends" she says "She is such a sweet girl." she then let''s you in and you thank her and head for the elevator.'
+
+				act 'Take the elevator':gt 'uni_dorm', 'elevator'
+			end
+		end	
 	end
 end