prosperon/source/scripts/play.js

6 lines
83 B
JavaScript

if (load("game.js") === false) {
Log.error("No game.js. No game.");
quit();
}