Procházet zdrojové kódy

Maid: Option to pass the Taras-story for now

Christine před 5 roky
rodič
revize
afa1339ad8
1 změnil soubory, kde provedl 11 přidání a 2 odebrání
  1. 11 2
      locations/nichBedroomServant.qsrc

+ 11 - 2
locations/nichBedroomServant.qsrc

@@ -205,9 +205,9 @@ elseif $ARGS[0] = 'redeemSalary':
 
 elseif $ARGS[0] = 'sleepEvents':
 	if ARGS[1] = 0:
-		!!if nichGalaOpponent = 30 and hour <= 23 and hour >= 19:
+		if nichGalaOpponent = 30 and hour <= 23 and hour >= 19:
 			gt 'nichBedroomServant','sleepEvents', 1000
-		!!end
+		end
 	elseif ARGS[1] = 1000:
 		hour = 23
 		minut += 180
@@ -220,9 +220,18 @@ elseif $ARGS[0] = 'sleepEvents':
 		'Suddenly you feel a strong hand grabbing your face, sealing your mouth and nose shut while another hand pins you down by your hip.'
 		*nl
 		'You try to scream put you can''t get a single sound out. The last thing you notice before you lose consciousness is a sweetish smell.'
+		!!WIP Notice
+		*nl
+		'<font color = red><b>Warning: This part of the story is currently not finished and most likely ends in a dead end. Click ignore to pass it.</b></font>'
 		act 'Everything turns black':
 			gt 'nichTaras','abdIntro'
 		end
+		act 'Ignore':
+			nichGalaOpponent = 31
+			menu_off = 0
+			InSleep = 0
+			gt 'nichBedroomServant'
+		end
 	end	
 end