Przeglądaj źródła

Tatiana missions stub

KevinSmarts 7 lat temu
rodzic
commit
b56d2ba2e0
4 zmienionych plików z 41 dodań i 3 usunięć
  1. 1 0
      glife-notepad++
  2. 1 0
      glife.qproj
  3. 18 3
      locations/lab
  4. 21 0
      locations/tatiana_missions

+ 1 - 0
glife-notepad++

@@ -656,6 +656,7 @@
             <File name="locations\tanroom" />
             <File name="locations\tanspalnya" />
             <File name="locations\tanvanr" />
+            <File name="locations\tatiana_missons" />
             <File name="locations\taxi" />
             <File name="locations\telefon" />
             <File name="locations\Terminal" />

+ 1 - 0
glife.qproj

@@ -625,6 +625,7 @@
       <Location name="fit"/>
       <Location name="foto"/>
       <Location name="lab"/>
+      <Location name="tatiana_missons"/>
       <Location name="NewCloShop"/>
       <Location name="office"/>
       <Location name="restoran"/>

+ 18 - 3
locations/lab

@@ -35,6 +35,10 @@ if $ARGS[0] = 'start':
 		gt 'down'
 	end
 
+!!	if tatina_missionday < daystart:
+!!		gt 'lab', 'missions'
+!!	end
+
 	act 'Train with Gustav':
 		cla
 		gt 'lab', 'Gustav'
@@ -782,9 +786,7 @@ if $ARGS[0] = 'suctraining':
 			end
 			exit
 		elseif tatianasucsexday = daystart or tatianasucsexday = daystart - 1:
-			cla
-			clr
-			*clr
+			cls
 			gs 'stat'
 			'<center><b><font color="maroon">Tatiana</font></b></center>'
 			'<center><img src="images/pre/shared/karinpre.jpg"></center>'
@@ -825,5 +827,18 @@ if $ARGS[0] = 'suctraining':
 	gt 'lab', 'start'
 end
 
+if $ARGS[0] = 'missions':
+	cls
+	gs 'stat'
+	'<center><b><font color="maroon">Tatiana</font></b></center>'
+	'<center><img src="images/pre/shared/karinpre.jpg"></center>'
+	'"OK <<$pcs_firstname>>, here''s what I''ve got for you". Tatiana places some folders on her bench for you to look at.'
+	'You have a quick look through them and can choose for those you feel you can handle.'
+	
+ if tatmissions = 5: gt 'tatiana_missons', 'special'
+	act 'Mission 1': gt 'tatiana_missons', '1'
+!! etc. Maybe give them names so you know what you''re doing. Selecting them goes to in depth description and refuse/accept
+end
+
 --- lab ---------------------------------
 

+ 21 - 0
locations/tatiana_missions

@@ -0,0 +1,21 @@
+# tatiana_missons
+if $ARGS[0] = 'special':
+	cls
+	gs 'stat'
+	'<center><b><font color="maroon">Tatiana</font></b></center>'
+	'<center><img src="images/pre/shared/karinpre.jpg"></center>'
+	'"<<$pcs_firstname>>, I a special mission for you. There is some kind of magic emanating from a bakery in Old Town, the people who have eaten there and show traces of the magic have no recollection of something having happened."'
+	'"We don''t want to raise suspicion by going to the bakery as could be recognised, so we just want you to go there and buy one of their ''special cakes'' and bring it back here for me to test. I''m afraid you don''t have a choice in this one, we have no one else to send."'
+	
+!!	act 'Accept': gt 'lab', 'start'
+end
+
+if $ARGS[0] = '1':
+!! mission text
+!!	act 'Accept': gt 'lab', 'start'
+!!	act 'Refuse': gt 'lab', 'start'
+end
+
+!!etc.
+--- tatiana_missons ---------------------------------
+