Browse Source

[added] placeholders for browsing assbook and visiting your friends pages.

anjuna krokus 4 months ago
parent
commit
175d5b5160
1 changed files with 36 additions and 0 deletions
  1. 36 0
      locations/komp_assbook.qsrc

+ 36 - 0
locations/komp_assbook.qsrc

@@ -22,6 +22,9 @@ if $ARGS[0] = 'main' or $ARGS[0] = '':
 			act 'Go to your page': gt 'komp_assbook', 'login'
 		end
 		
+		act 'Browse assbook (0:20)': gt 'komp_assbook', 'browse'
+		act 'Look through your friends'' feeds': gt 'komp_assbook', 'friends'
+		
 		if shantfoto > 0: act 'Find the girl you took photos of in the park': gt 'komp_assbook', 'blackmail'
 		act 'Read more about Assbook': gt 'komp_assbook', 'mission_statements'
 	end
@@ -41,6 +44,30 @@ if $ARGS[0] = 'signup':
 	act 'Go back to the main page': gt 'komp_assbook', 'main'
 end
 
+if $ARGS[0] = 'browse':
+	minut += 20
+	elektro += 2
+	gs 'internet_mobile', 'use_internet', $subs, 20
+	gs 'stat'
+
+	'You spend some time browsing social media'
+
+	act 'Keep browsing assbook (0:20)': gt 'komp_assbook', 'browse'
+	act 'Go back to the main page': gt 'komp_assbook', 'main'
+end
+
+if $ARGS[0] = 'friends':
+	'You don''t know the account names of your friends :('
+	
+	'<font color="red">This content is WIP.</font>'
+	
+	act 'Go back to the main page': gt 'komp_assbook', 'main'
+end
+
+
+
+
+
 if $ARGS[0] = 'login':
 	'<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'
 	
@@ -126,6 +153,10 @@ if $ARGS[0] = 'upload_photo':
 		killvar 'temp_suppress_other_selfies'
 		killvar '$temp_ssh_ret_loc'
 		killvar '$temp_ssh_ret_arg'
+
+		minut += 1
+		gs 'internet_mobile', 'use_internet', $subs, 1
+
 		gt 'komp_assbook', 'login'
 	end
 end
@@ -136,6 +167,11 @@ if $ARGS[0] = 'upload_photo2':
 	killvar 'temp_suppress_other_selfies'
 	killvar '$temp_ssh_ret_loc'
 	killvar '$temp_ssh_ret_arg'
+
+	minut += 5
+	elektro += 1
+	gs 'internet_mobile', 'use_internet', $subs, 5
+
 	gt 'komp_assbook', 'login'
 end