...def SelectActiveSkillSlot(self,slotindex):
mouseModule.mouseController.AttachObject(self, player.SLOT_TYPE_OTOMATIK_AV, slotindex, self.otoAvSlotIndex[slotindex])
def OverActiveSkillSlot(self,slotindex):
if mouseModule.mouseController.isAttached():return
if...