|
@@ -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
|
|
|
|