[Updated] Introduction (Starting Location)

Started by Kazamatta, April 15, 2012, 07:44:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kazamatta

function Pause(caption){
  ClearOptions();
  AddOption(0,caption,"","");
  ProcessOptions();
}

function OnFirstEnter(){
  var intro_text = "You wake up lying in you bed. You are inside you house within the town of Likair. You moved to this home " +
  "yesterday for peacfulness. You thought everything was over, everything was peaceful and dark. Just the way you like it, " +
  "but last night that messenger, Thems, came to see you. He is the messenger for Lord Kazamatta. Thems messeges are always " +
  "of the upmost importance and he only comes on behalf of the Lord himself. You have seen him many times, and when you "  +
  "opened your door to find him standing there you knew that you days peacefulness were then over for the look on his face " +
  "showed something bad waas about to happen. It is up to you and and you two life long friends to defend the land of Tarmiez " +
  "once again. Though this time you don't think it will be as easy. This time...The Light have come...and This time Lord Masor " +
  "the ruler of the Light will be coming and this will be the begining of a long battle. One final showdown between Light and " +
  "Dark to see who is the most powerful. Who will prevail? ";

  SetSwitch("MEETING_IN_LIKAIR",1);

  ShowText("CHAPTER 1: Reunion",false,intro_text);
  Echo("\nYou are in the little town of Likair. Lakair is situated in the Howling Woods in the land of Tarimez.");
  Pause("Continue...");
  Echo("\nThis small town has about 200 people. Most are woodcutters given the environment they live in. " +
    "Before you is the Falling Inn, the only inn in the town. You can see the lights glow inside and hear loud cheering and laughther.");
}

function OnLook(){
  return 0;//doesn't show anything
}

function OnEnter(){
  return 0;
}