mtcosmos Posted August 31, 2014 Report Share Posted August 31, 2014 Tengo un boton en el menuboard que sale una I, me gustaría poner una quest en el botón, alguna idea? Quote Link to comment Share on other sites More sharing options...
Shang Posted August 31, 2014 Report Share Posted August 31, 2014 Yo hice una guía sobre eso pero parece que se perdió por el backup del foro... Cuando tenga tiempo la vuelvo a a hacer. Quote Link to comment Share on other sites More sharing options...
mtcosmos Posted August 31, 2014 Author Report Share Posted August 31, 2014 Shang puedes agregarme a skype? es un poco urgente ya que quiero abrir el server y no quiero que lo usuarios necesiten parchear, gracias.Skype: alexito384 Quote Link to comment Share on other sites More sharing options...
PACI Posted August 31, 2014 Report Share Posted August 31, 2014 -- questquest button beginstate start beginwhen login begincmdchat("SendQuestIndex "..q.getcurrentquestindex())endwhen button or info beginsyschat("works")endendend # game.py"SendQuestIndex" : self.SetQIndex, def SetQIndex(self, idx): constInfo.QIDX = int(idx) # constInfo.pyQIDX = 0 # def del botonimport event, constInfoevent.QuestButtonClick(constInfo.QIDX) LovePlay and Jeo 2 Quote Link to comment Share on other sites More sharing options...
Shang Posted August 31, 2014 Report Share Posted August 31, 2014 Shang puedes agregarme a skype? es un poco urgente ya que quiero abrir el server y no quiero que lo usuarios necesiten parchear, gracias. Skype: alexito384 No. Si no sabes hacer cosas no abras servidores. Es un consejo. Jeo 1 Quote Link to comment Share on other sites More sharing options...
-YC- Posted August 31, 2014 Report Share Posted August 31, 2014 -- questquest button beginstate start beginwhen login begincmdchat("SendQuestIndex "..q.getcurrentquestindex())endwhen button or info beginsyschat("works")endendend # game.py"SendQuestIndex" : self.SetQIndex, def SetQIndex(self, idx): constInfo.QIDX = int(idx) # constInfo.pyQIDX = 0 # def del botonimport event, constInfoevent.QuestButtonClick(constInfo.QIDX) Buena :3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.