Advertisement
kamil2321

poprawione

Oct 29th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1. def OpenQuestWindow(self, skin, idx):
  2.         if constInfo.CApiSetHide == 1:
  3.             net.SendQuestInputStringPacket(str(constInfo.SendString))
  4.             constInfo.CApiSetHide = 0
  5.             return
  6.         elif constInfo.INPUT_IGNORE == 1:
  7.             return
  8.         else:
  9.             self.interface.OpenQuestWindow(skin, idx)
  10.         self.interface.OpenQuestWindow(skin, idx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement