Whats wrong?
syserr:
0923 17:23:06846 ::
networkModule.py(line:195) SetSelectCharacterPhase
system.py(line:131) __pack_import
system.py(line:110) _process_result
introSelect.py(line:20) <module>
system.py(line:131) __pack_import
system.py(line:110) _process_result
uiCharacter.py(line:18) <module>
system.py(line:131) __pack_import
system.py(line:110) _process_result
uiCharacterDetails.py(line:8) <module>
system.py(line:131) __pack_import
networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unindent does not match any outer indentation level (interfaceModule.py, line 602)
0923 17:23:06846 :: ============================================================================================================
0923 17:23:06846 :: Abort!!!!
interfaceModule.py the textline 602:
def RefreshInventory(self):
self.wndTaskBar.RefreshQuickSlot()
self.wndInventory.RefreshItemSlot()
self.wndDragonSoul.RefreshItemSlot()
if app.BL_TRANSMUTATION_SYSTEM:
if player.GetChangeLookWindowOpen() == 1:
self.wndChangeLook.RefreshChangeLookWindow()
if app.BL_TRANSMUTATION_SYSTEM:
## HilightSlot Change
def DeactivateSlot(self, slotindex, type):
self.wndInventory.DeactivateSlot(slotindex, type)
## HilightSlot Change
def ActivateSlot(self, slotindex, type):
self.wndInventory.ActivateSlot(slotindex, type)
def ChangeWindowOpen(self, type):
if self.wndChangeLook:
self.wndChangeLook.Open(type)