diff --git a/tutorial/tutorial.js b/tutorial/tutorial.js index 709a36ad21..9512220f62 100644 --- a/tutorial/tutorial.js +++ b/tutorial/tutorial.js @@ -474,6 +474,8 @@ stepNearGrab.prototype = { // Create table ? // Create blocks and basket this.boxID = createBlock.bind(this)(); + this.boxID = createBlock.bind(this)(); + this.boxID = createBlock.bind(this)(); print("Created", this.boxID); //function posChecker() { @@ -561,6 +563,8 @@ stepFarGrab.prototype = { // Create table ? // Create blocks and basket this.boxID = createBlock.bind(this)(); + this.boxID = createBlock.bind(this)(); + this.boxID = createBlock.bind(this)(); print("Created", this.boxID); Messages.subscribe("Entity-Exploded");