Пример #1
0
	def start_the_story(self):
		while self.currentScene != -1:
			if self.currentScene == 0:
				self.currentScene = Story.introduction()
			elif self.currentScene == 100:
				self.currentScene = Story.pathone()
			#elif self.currentScene == 200:
			#elif self.currentScene == 0:
			elif self.currentScene == 9998:
				Story.exit()