- game.py açılır ve aratılır : onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(7)
- altına ekle :
- onPressKeyDict[app.DIK_F8] = lambda : self.Kamera_func_on()
- onPressKeyDict[app.DIK_F9] = lambda : self.Kamera_func_off()
- arat : def __SelectQuickPage(self, pageIndex):
- üstüne ekle :
- def Kamera_func_on(self):
- x, y, z = player.GetMainCharacterPosition()
- app.SetCameraSetting(int(x), int(-y), int(z), 5000, 10, 30)
- def Kamera_func_off(self):
- app.SetDefaultCamera()