diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 09:24:59 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-12 09:24:59 +0100 |
commit | 92edc7656445e89c7ce1d229970f03ff55708e5b (patch) | |
tree | b4e713a304b211b3772e038dbff2b3024dac118c /npc/functions/soul_menhir.txt | |
parent | 6670219b5862db29302161c9b84da732df14fd05 (diff) | |
download | serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.gz serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.bz2 serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.tar.xz serverdata-92edc7656445e89c7ce1d229970f03ff55708e5b.zip |
Converted some files from DOS to UNIX newlines
Diffstat (limited to 'npc/functions/soul_menhir.txt')
-rw-r--r-- | npc/functions/soul_menhir.txt | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index b51dc593..f807b7fb 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -1,34 +1,34 @@ -function script SoulMenhir {
- mes "[Soul Menhir]";
- mes "(A mystical aura surrounds this stone. You feel mysteriously attracted to it. Something tells you to touch it. What do you do?)";
- next;
-
- menu
- "Touch it", -,
- "Leave it alone", return;
-
- if (Menhir_Activated == 1) goto L_Shortversion;
-
- mes "[Soul Menhir]";
- mes "(You touch the mysteriouse stone. Somehow it feels warm and cold at the same time.)";
- next;
-
- mes "[Soul Menhir]";
- mes "(Suddenly a strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone.)";
- next;
-
- mes "[Soul Menhir]";
- mes "(As suddenly as the feeling started it stops. The strange attraction is away from one moment to the next and the menhir feels like just an ordinary stone.)";
- next;
-
- set Menhir_Activated, 1;
- goto L_Save;
-
-L_Shortversion:
- mes "[Soul Menhir]";
- mes "(A strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone. as suddenly as the feeling started it stops.)";
- next;
-
-L_Save:
- savepoint @map$, @x, @y;
-}
+function script SoulMenhir { + mes "[Soul Menhir]"; + mes "(A mystical aura surrounds this stone. You feel mysteriously attracted to it. Something tells you to touch it. What do you do?)"; + next; + + menu + "Touch it", -, + "Leave it alone", return; + + if (Menhir_Activated == 1) goto L_Shortversion; + + mes "[Soul Menhir]"; + mes "(You touch the mysteriouse stone. Somehow it feels warm and cold at the same time.)"; + next; + + mes "[Soul Menhir]"; + mes "(Suddenly a strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone.)"; + next; + + mes "[Soul Menhir]"; + mes "(As suddenly as the feeling started it stops. The strange attraction is away from one moment to the next and the menhir feels like just an ordinary stone.)"; + next; + + set Menhir_Activated, 1; + goto L_Save; + +L_Shortversion: + mes "[Soul Menhir]"; + mes "(A strange sensation flows through you. It feels like your soul leaves your body and becomes one with the stone. as suddenly as the feeling started it stops.)"; + next; + +L_Save: + savepoint @map$, @x, @y; +} |