Danke dir ! :)Quote:
Probiers mit:
In der def Close(self): Funktion.Code:for i in range(map_options['max_mobs_on_map']): chr.DeleteInstance(i+1)
doch leider bekomm ich folgende Meldung:
PHP Code:
1129 12:51:00316 :: Traceback (most recent call last):
1129 12:51:00316 :: File "introLogo.py", line 60, in OnUpdate
1129 12:51:00316 :: File "networkModule.py", line 177, in SetLoginPhase
1129 12:51:00316 :: File "system.py", line 130, in __pack_import
1129 12:51:00317 :: File "
1129 12:51:00317 :: introLogin.py
1129 12:51:00317 :: ", line
1129 12:51:00317 :: 380
1129 12:51:00317 ::
1129 12:51:00317 ::
1129 12:51:00317 :: for i in range(map_options['max_mobs_on_map']):
1129 12:51:00317 ::
1129 12:51:00317 :: ^
1129 12:51:00317 :: IndentationError
1129 12:51:00317 :: :
1129 12:51:00317 :: unexpected indent
1129 12:51:00317 ::
PHP Code:
def Close(self):
if self.connectingDialog:
self.connectingDialog.Close()
self.connectingDialog = None
for i in range(map_options['max_mobs_on_map']):
chr.DeleteInstance(i+1)
print "---------------------------------------------------------------------------- CLOSE LOGIN WINDOW "
#
# selectMusicAI ¨ú©ªA¢¬¢¬e BGMAI ©÷¡À¡¾a©öC¡¤I ¥ìI¡Æ©ø ¢¥U A¨ùA¨ÏCN¢¥U.
#
if musicInfo.loginMusic != "" and musicInfo.selectMusic != "":
snd.FadeOutMusic("BGM/"+musicInfo.loginMusic)
## NOTE : idEditLine¢¯I pwdEditLineA¨¬ AI¨¬¡Í¨¡¢ç¡Æ¢® ¨ù*¡¤I ¢¯¡þ¡Æa ¥ìC¨úiAO¨úi¨ù*
## Event¢¬| ¡Æ*A|¡¤I AE¡¾aE* C¨ªAO¨úi¨ú©¬¢¬¢¬ CO¢¥I¢¥U - [levites]
self.idEditLine.SetTabEvent(0)
self.idEditLine.SetReturnEvent(0)
self.pwdEditLine.SetReturnEvent(0)
self.pwdEditLine.SetTabEvent(0)