Browse Source

[fixed] missing gs 'stat' and willpower payments

julzor 4 years ago
parent
commit
b5174b5fc9
2 changed files with 62 additions and 49 deletions
  1. 28 25
      locations/gschool_lessons1.qsrc
  2. 34 24
      locations/gschool_lessons2.qsrc

+ 28 - 25
locations/gschool_lessons1.qsrc

@@ -1188,13 +1188,13 @@ if $ARGS[0] = 'geography':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit +=5
-					grupvalue[1] +=1
-					grupvalue[4] +=1
-					grupvalue[3] -=1
+					grupvalue[1] += 1
+					grupvalue[4] += 1
+					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, and Mrs. Sokoloff has a rough time getting everyone to quiet down.'
@@ -1204,12 +1204,12 @@ if $ARGS[0] = 'geography':
 					if will_cost <= pcs_willpwr:
 						act 'Don''t leave the classroom (<<will_cost>> Willpower)':
 							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							gs 'stat'
 							pcs_grades -= rand(0,1)
 							demerit +=5
-							grupvalue[4] +=1
-							grupvalue[3] -=1
+							grupvalue[4] += 1
+							grupvalue[3] -= 1
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bitchflip.jpg"></center>'
 							'"What good would that do? Are you trying to get me to start smoking to pass the time? I''m not interrupting your classes, just leave me alone. I''m having some... girl problems. Would you like me to talk about those instead?" you answer brashly, not having any intentions of getting up.'
 							'Your teacher just shakes her head, and after a while just decides to continue her classes. Obviously, you don''t learn anything today. You hear one of the boys behind you mutter you being a bitch, you turn around and flip him off.'
@@ -1280,11 +1280,12 @@ if $ARGS[0] = 'geography':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[3] -= 1
 					grupvalue[4] += 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Mrs. Sokoloff saw you using your phone, you figure you can get away with it, and just keep browsing the internet. Realizing you still won''t put the phone away, Mrs. Sokoloff walks over to your desk.'
 					act 'Hand over the phone':
@@ -1414,13 +1415,13 @@ if $ARGS[0] = 'history':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit +=5
-					grupvalue[1] +=1
-					grupvalue[4] +=1
-					grupvalue[3] -=1
+					grupvalue[1] += 1
+					grupvalue[4] += 1
+					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, and Mrs. Sokoloff has a rough time getting everyone to quiet down.'
@@ -1430,12 +1431,12 @@ if $ARGS[0] = 'history':
 					if will_cost <= pcs_willpwr:
 						act 'Don''t leave the classroom (<<will_cost>> Willpower)':
 							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							gs 'stat'
 							pcs_grades -= rand(0,1)
 							demerit +=5
-							grupvalue[4] +=1
-							grupvalue[3] -=1
+							grupvalue[4] += 1
+							grupvalue[3] -= 1
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bitchflip.jpg"></center>'
 							'"What good would that do? Are you trying to get me to start smoking to pass the time? I''m not interrupting your classes, just leave me alone. I''m having some... girl problems. Would you like me to talk about those instead?" you answer brashly, not having any intentions of getting up.'
 							'Your teacher just shakes her head, and after a while just decides to continue her classes. Obviously, you don''t learn anything today. You hear one of the boys behind you mutter you being a bitch, you turn around and flip him off.'
@@ -1507,11 +1508,12 @@ if $ARGS[0] = 'history':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Mrs. Sokoloff saw you using your phone, you figure you can get away with it, and just keep browsing the internet. Realizing you still won''t put the phone away, Mrs. Sokoloff walks over to your desk.'
 					act 'Hand over the phone':
@@ -1636,13 +1638,13 @@ if $ARGS[0] = 'biology':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit +=5
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, Miss Orlov seems a bit stunned by your comment, after a moment to regain her composure she quietly asks you "Miss <<$pcs_lastname>>, please leave class and report to the principal."'
@@ -1651,12 +1653,12 @@ if $ARGS[0] = 'biology':
 					if will_cost <= pcs_willpwr:
 						act 'Don''t leave the classroom (<<will_cost>> Willpower)':
 							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							gs 'stat'
 							pcs_grades -= rand(0,1)
 							demerit +=5
 							grupvalue[4] += 1
 							grupvalue[3] -= 1
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bitchflip.jpg"></center>'
 							'"What good would that do? Are you trying to get me to start smoking to pass the time? I''m not interrupting your classes, just leave me alone."'
 							'Your teacher doesn''t know what to say, and after a while just decides to continue her classes. Obviously, you don''t learn anything today. You hear one of the boys behind you mutter your being a bitch, you turn around and flip him off.'
@@ -1729,11 +1731,12 @@ if $ARGS[0] = 'biology':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[3] -= 1
 					grupvalue[4] += 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Miss Orlov saw you use your phone. You don''t care and just keep browsing the internet. Realizing you still won''t put the phone away, Miss Orlov walks over to your desk.'
 					act 'Hand over the phone':

+ 34 - 24
locations/gschool_lessons2.qsrc

@@ -16,6 +16,8 @@ if $ARGS[0] = 'computer':
 			compskl_exp += rand(1,2)
 			grupvalue[4] -= 1
 			grupvalue[3] +=1
+			gs 'willpower', 'pay', 'self'
+			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/attention.jpg"></center>'
 			'You listen attentively to Mr. Ivanov for the duration of the class. Today''s lesson was interesting and informative, and you feel you learned from taking part in class.'
 			act 'Ask a question about the lesson':
@@ -75,13 +77,13 @@ if $ARGS[0] = 'computer':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit += 1
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, Mr. turns and gives the rest of class a hard look. "Silence now!" Then he turns back to you.'
@@ -90,12 +92,12 @@ if $ARGS[0] = 'computer':
 					if will_cost <= pcs_willpwr:
 						act 'Don''t leave the classroom (<<will_cost>> Willpower)':
 							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							gs 'stat'
 							pcs_grades -= rand(0,1)
 							demerit += 1
 							grupvalue[4] += 1
 							grupvalue[3] -= 1
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/bathroom/eartwist.jpg"></center>'
 							'"What good would that do? Are you trying to get me to start smoking to pass the time? I''m not interrupting your classes, just leave me alone. I''m having some... girl problems. Would you like me to talk about those instead?" you answer brashly, not having any intentions of getting up.'
 							'He leans in close to you. "Get out of my classroom right now or I will drag you out!"'
@@ -103,9 +105,9 @@ if $ARGS[0] = 'computer':
 							if will_cost <= pcs_willpwr:
 								act 'Refuse (<<will_cost>> Willpower)':
 									cla
+									pcs_grades -= rand(1,2)
 									gs 'willpower', 'pay', 'resist'
 									gs 'stat'
-									pcs_grades -= rand(1,2)
 									'You cross your arms as if daring him to lay a hand on you. Well he calls your bluff, he grabs you by the ear and twists it painfully. He then grabs your arm and yanks you out of your chair so violently, you fall to the ground on your knees. He doesn''t help you up or wait, he just starts dragging you by the ear, as he painfully twists it. It takes you a couple of tries to regain your feet he is dragging you so fast. Just as you reach the door you manage to get back on your feet. He doesn''t stop their, he drags you all the way to the offices and pushes you inside.'
 									act 'Go to principal''s office': demerit += 10 + school_bunk * 5 & gt 'gschool_office', 'principal'
 								end
@@ -176,12 +178,13 @@ if $ARGS[0] = 'computer':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Mr. Ivanov saw you use your phone. You don''t care and just keep browsing the internet. Realizing you still won''t put the phone away, Mr. Ivanov walks over to your desk.'
 					act 'Hand over the phone':
@@ -308,13 +311,13 @@ if $ARGS[0] = 'science':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit += 1
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, Miss Orlov seems a bit stunned by your comment, after a moment to regain her composure she quietly asks you "Miss <<$pcs_lastname>>, please leave class and report to the principal."'
@@ -323,12 +326,12 @@ if $ARGS[0] = 'science':
 					if will_cost <= pcs_willpwr:
 						act 'Don''t leave the classroom (<<will_cost>> Willpower)':
 							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							gs 'stat'
 							pcs_grades -= rand(0,1)
 							demerit += 1
 							grupvalue[4] += 1
 							grupvalue[3] -= 1
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bitchflip.jpg"></center>'
 							'"What good would that do? Are you trying to get me to start smoking to pass the time? I''m not interrupting your classes, just leave me alone.'
 							'Your teacher doesn''t know what to say, and after a while just decides to continue her classes. Obviously, you don''t learn anything today. You hear one of the boys behind you mutter your being a bitch, you turn around and flip him off.'
@@ -395,10 +398,11 @@ if $ARGS[0] = 'science':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[4] += 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Miss Orlov saw you use your phone. You don''t care and just keep browsing the internet. Realizing you still won''t put the phone away, Miss Orlov walks over to your desk.'
 					gs 'willpower', 'exhib', 'self'
@@ -517,13 +521,13 @@ if $ARGS[0] = 'music':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit += 1
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, and Mr. Vasilyev has a rough time getting everyone to quiet down.'
@@ -533,12 +537,12 @@ if $ARGS[0] = 'music':
 					if will_cost <= pcs_willpwr:
 						act 'Don''t leave the classroom (<<will_cost>> Willpower)':
 							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							gs 'stat'
 							pcs_grades -= rand(0,1)
 							demerit += 1
 							grupvalue[4] += 1
 							grupvalue[3] -= 1
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bitchflip.jpg"></center>'
 							'"What good would that do? Are you trying to get me to start smoking to pass the time? I''m not interrupting your classes, just leave me alone. I''m having some... girl problems. Would you like me to talk about those instead?" you answer brashly, not having any intentions of getting up.'
 							'Your teacher doesn''t know what to say, and after a while just decides to continue his classes. Obviously, you don''t learn anything today. You hear one of the boys behind you mutter your being a bitch, you turn around and flip him off.'
@@ -604,12 +608,13 @@ if $ARGS[0] = 'music':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Mr. Vasilyev saw you use your phone. You figure you can get away with it, and just keep browsing the internet. Realizing you still won''t put the phone away, Mr. Vasilyev walks over to your desk.'
 					act 'Hand over the phone':
@@ -651,6 +656,7 @@ if $ARGS[0] = 'music':
 							*clr & cla
 							gs 'willpower', 'misc', 'self', 'medium'
 							gs 'willpower', 'pay', 'self'
+							gs 'stat'
 							demerit += 5
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/nophone.jpg"></center>'
 							'You deftly shove the phone in your bra, and smile fiendishly as you see the indecisiveness on your teacher''s face.'
@@ -752,13 +758,13 @@ if $ARGS[0] = 'art':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit += 1
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, and Mr. Vasilyev has a rough time getting everyone to quiet down.'
@@ -768,12 +774,12 @@ if $ARGS[0] = 'art':
 					if will_cost <= pcs_willpwr:
 						act 'Don''t leave the classroom (<<will_cost>> Willpower)':
 							*clr & cla
-							gs 'willpower', 'pay', 'resist'
-							gs 'stat'
 							pcs_grades -= rand(0,1)
 							demerit += 1
 							grupvalue[4] += 1
 							grupvalue[3] -= 1
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bitchflip.jpg"></center>'
 							'"What good would that do? Are you trying to get me to start smoking to pass the time? I''m not interrupting your classes, just leave me alone. I''m having some... girl problems. Would you like me to talk about those instead?" you answer brashly, not having any intentions of getting up.'
 							'Your teacher doesn''t know what to say, and after a while just decides to continue his classes. Obviously, you don''t learn anything today. You hear one of the girls behind you mutter your being a bitch, you turn around and flip her off.'
@@ -835,12 +841,13 @@ if $ARGS[0] = 'art':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Mr. Vasilyev saw you use your phone. You figure you can get away with it, and just keep browsing the internet. Realizing you still won''t put the phone away, Mr. Vasilyev walks over to your desk.'
 					act 'Hand over the phone':
@@ -882,6 +889,7 @@ if $ARGS[0] = 'art':
 							*clr & cla
 							gs 'willpower', 'misc', 'self', 'medium'
 							gs 'willpower', 'pay', 'self'
+							gs 'stat'
 							demerit += 5
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/nophone.jpg"></center>'
 							'You deftly shove the phone in your bra, and smile fiendishly as you see the indecisiveness on your teacher''s face.'
@@ -963,13 +971,13 @@ if $ARGS[0] = 'shop':
 			if will_cost <= pcs_willpwr:
 				act 'Be a smart ass (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
-					gs 'stat'
 					pcs_grades -= rand(1,2)
 					demerit += 1
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/bored.jpg"></center>'
 					'"Of course. Please continue your super-fascinating lesson. Just keep it a bit up-beat please. If you talk any slower, I might fall asleep!" you answer boldly.'
 					'The whole class bursts into loud laughter, and Mr. Kuznetsov has a rough time getting everyone to quiet down.'
@@ -1029,12 +1037,13 @@ if $ARGS[0] = 'shop':
 			if will_cost <= pcs_willpwr:
 				act 'Keep using your phone (<<will_cost>> Willpower)':
 					*clr & cla
-					gs 'willpower', 'pay', 'self'
 					pcs_grades -= rand(1,2)
 					grupvalue[1] += 1
 					grupvalue[4] += 1
 					grupvalue[3] -= 1
 					demerit += 5
+					gs 'willpower', 'pay', 'self'
+					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/phone.jpg"></center>'
 					'Even though Mr. Kuznetsov saw you use your phone. You figure you can get away with it, and just keep browsing the internet. Realizing you still won''t put the phone away, Mr. Kuznetsov walks over to your desk.'
 					act 'Hand over the phone':
@@ -1077,6 +1086,7 @@ if $ARGS[0] = 'shop':
 								*clr & cla
 								gs 'willpower', 'misc', 'self', 'medium'
 								gs 'willpower', 'pay', 'self'
+								gs 'stat'
 								demerit += 5
 								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/nophone.jpg"></center>'
 								'You deftly shove the phone in your bra, and smile fiendishly as you see the indecisiveness on your teacher''s face.'