Essence

Eastern1 Chapters4.2K Views
Author: Drew
(not enough ratings)
Overview
Table of Contents
Synopsis

package novel.Kaid;



import novel.Story;

import novel.Characters;

import novel.Setup;



protected class Kaid {

Scanner kaidsInput = new Scanner(System.in);

String reason = null;

int hurt = 0;

while(!kaidsInput.nextLine().contains("rise")) {

hurt++;

}

reason = "Light";

Story story = new Story(Characters.KAID, reason);

Setting setting = new Setting("worlds/Earth/home.dat");

story.setEnvironment(setting);

story.begin();

}

0 Reviews
(not enough ratings)
Translation Quality
Stability of Updates
Story Development
Character Design
World Background
Share your thoughts with others