Skip to content

Instantly share code, notes, and snippets.

@kyubuns
Created November 11, 2015 09:28
Show Gist options
  • Save kyubuns/860bd3be29d2ea58c8c4 to your computer and use it in GitHub Desktop.
Save kyubuns/860bd3be29d2ea58c8c4 to your computer and use it in GitHub Desktop.
Game_Interpreter.prototype.EventSample1 = function*() {
this.showText('hello event script sample!');
yield this.waitForMessage();
this.showText('ok!');
yield this.waitForMessage();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment