def reloop():
other.turns.player1_name = ""
other.turns.player2_name = ""
other.turns.player3_name = ""
other.turns.player4_name = ""
other.turns.player_count = 0
other.turns.playerz = []
other.turns.current_player = 0
other.turns.current_player_name = ""
other.turns.match_started = False
game.Game.ina = 0
game.Game.won = 0
other.questions.correct = 2
other.questions.player1_correct = 2
other.questions.player2_correct = 2
other.questions.player3_correct = 2
other.questions.player4_correct = 2
other.questions.pressed = False
other.questions.dice_result = 1
for _ in dir():
if _[0]!='_': delattr(sys.modules[__name__], _)
exec(open("MainMenuNew.py").read())
评论列表
文章目录