Jump to content

DIK_TAB or bla bla Open GUI


Go to solution Solved by Metin2 Dev,

Recommended Posts

Hello,

https://metin2.download/picture/O68HiYleZOq6sWCJ6kij16PYbb9Z5Nk2/.png

I want this tab key to work differently on the map.

 

syserr

https://metin2.download/picture/IbBPD04rBy6nxopuqm52vglBSuqgZkDF/.png

 

Edited by Metin2 Dev International
Core X - External 2 Internal
Link to comment
Share on other sites

  • Bot
  • Solution

@root/game.pydef __BuildKeyDict(self):

onPressKeyDict[app.DIK_TAB] = self.__PressTabKey()


def __PressTabKey(self):

	def __PressTabKey(self):
		if app.IsPressed(app.DIK_TAB):
			if self.IsInDuelMap():
				self.interface.ToggleDungeonInfoWindow()
			else:
				self.LoncaIstatistikOpen()


 

Edited by Papix
  • Love 1

english_banner.gif

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.