Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Recent content by mnihas

  1. M

    [RESOLVED] How to Use $gameMessage.setChoiceCallback in Javascript to message from choice?

    You know, I thought about giving a delay for completion of terminating previous windows, but didn'y know how. Refactoring hints are quite impotant - I'll do them by myself. Thank you!
  2. M

    [RESOLVED] How to Use $gameMessage.setChoiceCallback in Javascript to message from choice?

    Thank you, of course you can include sone hints - hope that doesn't burden you too much.
  3. M

    [RESOLVED] How to Use $gameMessage.setChoiceCallback in Javascript to message from choice?

    Thank you for a prompt response! I'll describe it in more details. I created plugin (based on Random Dialogue by bluebooth), that is run from Event->Plugin command It reads list of questions from JSON file and puts them into array to randomly pick one I register new command whitch calls...
  4. M

    [RESOLVED] How to Use $gameMessage.setChoiceCallback in Javascript to message from choice?

    Hello, I try to create plugin that shows questions from JSON file, and if the answer is correct, it gives someting to the player. So far I managed to read data from JSON file and show question + choices, but when I process answer in $gameMessage.setChoiceCallback I can't show another message...
Top