adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 f5cbecf 142/237: FIXED spel


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 f5cbecf 142/237: FIXED spelling
Date: Mon, 25 Jul 2016 18:15:07 +0000 (UTC)

tag: Release_0-3-1
commit f5cbecfb2c2e1579d70ae4372c8836f1b5c12ad6
Author: adondev <adondev>
Commit: adondev <adondev>

    FIXED spelling
---
 scripts/dialogues/alek_start.py       |    2 +-
 scripts/dialogues/bjarn_start.py      |   32 ++++---
 scripts/dialogues/demo_intro_1.py     |  166 +++++++++++++++------------------
 scripts/dialogues/erek_start.py       |    8 +-
 scripts/dialogues/frostbloom_start.py |    2 +-
 scripts/dialogues/jelom_2nd.py        |    2 +-
 scripts/dialogues/jelom_start.py      |    2 +-
 scripts/dialogues/lucia_start.py      |    8 +-
 scripts/dialogues/orloth_start.py     |    2 +-
 9 files changed, 107 insertions(+), 117 deletions(-)

diff --git a/scripts/dialogues/alek_start.py b/scripts/dialogues/alek_start.py
index 5291e24..fb7d9c7 100755
--- a/scripts/dialogues/alek_start.py
+++ b/scripts/dialogues/alek_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class alek_start:
        loop = []
-       strings = ["And who do we have here? A damn freak Half-Elf I say!", 
"That's $name, you ass! I'm working for Lady Silverhair.", "For Lady 
Silverhair, eh? Now that scares the shit out of me, Half-Elf. Go and bother 
somebody else!", "I'll be damned if that's not our freakish Half-Elf! Still 
pokin' your nose in other peoples business?", "Listen! Need we really go 
through all this crap again?", "You're getting on my nerves, Half-Elf. Go ahead 
then, ask your stupid questions.", "I don't like  [...]
+       strings = ["And who do we have here? A damn freak Half-Elf I say!", 
"That's $name, you ass! I'm working for Lady Silverhair.", "For Lady 
Silverhair, eh? Now that scares the shit out of me, Half-Elf. Go and bother 
somebody else!", "I'll be damned if that's not our freakish Half-Elf! Still 
pokin' your nose in other peoples business?", "Listen! Need we really go 
through all this crap again?", "You're getting on my nerves, Half-Elf. Go ahead 
then, ask your stupid questions.", "I don't like  [...]
 
        def set_name (self, new_name):
                pass
diff --git a/scripts/dialogues/bjarn_start.py b/scripts/dialogues/bjarn_start.py
index 54a014f..84a3ab2 100755
--- a/scripts/dialogues/bjarn_start.py
+++ b/scripts/dialogues/bjarn_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class bjarn_start:
        loop = []
-       strings = ["You try the door, but find it locked. From within the room 
you hear a deep voice.", "At the door to their room, Erek produces a key and 
unlocks it.", "Maybe I should not be doing this, but I do want my master to get 
his stones back.", "I do not wish to be disturbed right now, so please go away! 
First I am burglared, and now I can get no peace with all the busybodies 
running around, making my tragedy their business!", "Erek, who is this, and why 
have you let him in?", "This i [...]
+       strings = ["You try the door, but find it locked. From within the room 
you hear a deep voice.", "At the door to their room, Erek produces a key and 
unlocks it.", "Maybe I should not be doing this, but I do want my master to get 
his stones back.", "I do not wish to be disturbed right now, so please go away! 
First I am burgled, and now I can get no peace with all the busybodies running 
around, making my tragedy their business!", "Erek, who is this, and why have 
you let him in?", "This is  [...]
 
        def set_name (self, new_name):
                pass
@@ -17,7 +17,7 @@ class bjarn_start:
                self.the_player = p
                self.the_npc = n
 
-               self.dialogue = [self.start, self.answer0, self.answer1, 
self.answer2, self.answer4, self.answer6, self.answer8, self.answer10, 
self.answer12, self.answer14, self.answer15, self.answer16, self.answer18, 
self.answer20, self.answer23, self.answer25, self.answer27, self.answer29, None]
+               self.dialogue = [self.start, self.answer0, self.answer1, 
self.answer2, self.answer4, self.answer6, self.answer8, self.answer10, 
self.answer11, self.answer12, self.answer14, self.answer15, self.answer16, 
self.answer18, self.answer20, self.answer23, self.answer25, self.answer27, 
self.answer29, None]
 
        def clear (self):
                del self.dialogue
@@ -36,7 +36,7 @@ class bjarn_start:
 
                        self.color = 0
                        self.npc.append (12)
-                       self.cont.append (8)
+                       self.cont.append (9)
                        self.player.append (-1)
                if adonthell.gamedata_get_quest("demo").get_val 
("bjarn_door_open") == 2:
 
@@ -107,6 +107,12 @@ class bjarn_start:
        def answer10 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (11)
+               self.cont.append (8)
+               self.player.append (-1)
+
+       def answer11 (self):
+               self.color = self.the_npc.get_color()
+               self.npc.append (31)
                self.cont.append (-1)
                self.player.append (-1)
 
@@ -117,15 +123,15 @@ class bjarn_start:
                if adonthell.gamedata_get_quest("demo").get_val 
("know_alek_eavesdrop") == 1:
 
                        self.player.append (16)
-                       self.cont.append (11)
+                       self.cont.append (12)
                if adonthell.gamedata_get_quest("demo").get_val 
("know_bjarns_insult") == 1:
 
                        self.player.append (15)
-                       self.cont.append (10)
+                       self.cont.append (11)
                if adonthell.gamedata_get_quest("demo").get_val 
("ask_packed_gems") == 1:
 
                        self.player.append (14)
-                       self.cont.append (9)
+                       self.cont.append (10)
                self.player.append (-1)
 
        def answer14 (self):
@@ -133,7 +139,7 @@ class bjarn_start:
                self.npc.append (17)
                self.cont.append (-1)
                self.player.append (18)
-               self.cont.append (12)
+               self.cont.append (13)
                self.player.append (-1)
 
        def answer18 (self):
@@ -141,7 +147,7 @@ class bjarn_start:
                self.npc.append (19)
                self.cont.append (-1)
                self.player.append (20)
-               self.cont.append (13)
+               self.cont.append (14)
                self.player.append (-1)
 
        def answer20 (self):
@@ -149,7 +155,7 @@ class bjarn_start:
                self.npc.append (24)
                self.cont.append (-1)
                self.player.append (25)
-               self.cont.append (15)
+               self.cont.append (16)
                self.player.append (-1)
 
        def answer25 (self):
@@ -157,7 +163,7 @@ class bjarn_start:
                self.npc.append (26)
                self.cont.append (-1)
                self.player.append (27)
-               self.cont.append (16)
+               self.cont.append (17)
                self.player.append (-1)
 
        def answer27 (self):
@@ -165,7 +171,7 @@ class bjarn_start:
                self.npc.append (28)
                self.cont.append (-1)
                self.player.append (29)
-               self.cont.append (17)
+               self.cont.append (18)
                self.player.append (-1)
 
        def answer29 (self):
@@ -185,7 +191,7 @@ class bjarn_start:
                self.npc.append (22)
                self.cont.append (-1)
                self.player.append (23)
-               self.cont.append (14)
+               self.cont.append (15)
                self.player.append (-1)
 
        def answer23 (self):
@@ -193,5 +199,5 @@ class bjarn_start:
                self.npc.append (24)
                self.cont.append (-1)
                self.player.append (25)
-               self.cont.append (15)
+               self.cont.append (16)
                self.player.append (-1)
diff --git a/scripts/dialogues/demo_intro_1.py 
b/scripts/dialogues/demo_intro_1.py
index 5df6960..16357e9 100644
--- a/scripts/dialogues/demo_intro_1.py
+++ b/scripts/dialogues/demo_intro_1.py
@@ -2,7 +2,7 @@ import adonthell
 
 class demo_intro_1:
        loop = []
-       strings = ["Your employer, eh? Who might that be?", "The Lady 
Silverhair, and she must have great need of me, so let me pass!", "Nay, if you 
are Silverhair's man, then I shall not let you pass. That one is the source of 
all this mess, and I'll be switched if I let her accomplice in to free her. Be 
on your way!", "What sort of mess, man? If my Lady is in trouble, I must 
know!", "I do not know what nonsense you think is going on here. But if my Lady 
needs me, then I shall come to her aid! [...]
+       strings = ["Your employer, eh? Who might that be?", "The Lady 
Silverhair, and she must have great need of me, so let me pass!", "Nay, if you 
are Silverhair's man, then I shall not let you pass. That one is the source of 
all this mess, and I'll be switched if I let her accomplice in to free her. Be 
on your way!", "What sort of mess, man? If my Lady is in trouble, I must 
know!", "Don't be foolish! I must see my Lady at once. Open this gate!", "The 
sort of trouble we have no wish to put up [...]
 
        def set_name (self, new_name):
                pass
@@ -17,7 +17,7 @@ class demo_intro_1:
                self.the_player = p
                self.the_npc = n
 
-               self.dialogue = [self.start, self.answer1, self.answer3, 
self.answer4, self.answer5, self.answer7, self.answer8, self.answer9, 
self.answer10, self.answer12, self.answer13, self.answer15, self.answer18, 
self.answer22, self.answer23, self.answer24, self.answer27, self.answer28, 
self.answer30, None]
+               self.dialogue = [self.start, self.answer1, self.answer3, 
self.answer4, self.answer6, self.answer7, self.answer8, self.answer9, 
self.answer11, self.answer12, self.answer14, self.answer17, self.answer21, 
self.answer22, self.answer23, self.answer26, self.answer27, self.answer29, None]
 
        def clear (self):
                del self.dialogue
@@ -41,164 +41,150 @@ class demo_intro_1:
                self.cont.append (-1)
                self.player.append (1)
                self.cont.append (1)
-               self.player.append (10)
-               self.cont.append (8)
+               self.player.append (9)
+               self.cont.append (7)
                self.player.append (-1)
 
-       def answer10 (self):
+       def answer9 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (11)
+               self.npc.append (10)
                self.cont.append (-1)
+               self.player.append (11)
+               self.cont.append (8)
                self.player.append (12)
                self.cont.append (9)
-               self.player.append (13)
-               self.cont.append (10)
                self.player.append (-1)
 
-       def answer13 (self):
+       def answer12 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (14)
+               self.npc.append (13)
                self.cont.append (-1)
-               self.player.append (15)
-               self.cont.append (11)
-               self.player.append (-1)
-
-       def answer15 (self):
-               self.color = self.the_npc.get_color()
-               self.npc.append (16)
-               self.cont.append (-1)
-               self.player.append (4)
-               self.cont.append (3)
-               self.player.append (3)
-               self.cont.append (2)
+               self.player.append (14)
+               self.cont.append (10)
                self.player.append (-1)
 
-       def answer3 (self):
+       def answer14 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (6)
+               self.npc.append (15)
                self.cont.append (-1)
                self.player.append (7)
                self.cont.append (5)
-               self.player.append (8)
-               self.cont.append (6)
+               self.player.append (6)
+               self.cont.append (4)
                self.player.append (-1)
 
-       def answer8 (self):
+       def answer6 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (19)
+               self.npc.append (16)
                self.cont.append (-1)
-               self.player.append (18)
-               self.cont.append (12)
+               self.player.append (17)
+               self.cont.append (11)
                self.player.append (-1)
 
-       def answer18 (self):
+       def answer17 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (20)
+               self.npc.append (19)
                self.cont.append (-1)
-               self.player.append (9)
-               self.cont.append (7)
+               self.player.append (8)
+               self.cont.append (6)
                self.player.append (-1)
 
-       def answer9 (self):
+       def answer8 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (26)
+               self.npc.append (25)
                self.cont.append (-1)
+               self.player.append (26)
+               self.cont.append (15)
                self.player.append (27)
                self.cont.append (16)
-               self.player.append (28)
-               self.cont.append (17)
-               self.player.append (5)
-               self.cont.append (4)
+               self.player.append (4)
+               self.cont.append (3)
                self.player.append (-1)
 
-       def answer5 (self):
+       def answer4 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (21)
+               self.npc.append (20)
                self.cont.append (-1)
-               self.player.append (22)
-               self.cont.append (13)
-               self.player.append (24)
-               self.cont.append (15)
+               self.player.append (21)
+               self.cont.append (12)
+               self.player.append (23)
+               self.cont.append (14)
                self.player.append (-1)
 
-       def answer24 (self):
+       def answer23 (self):
                self.color = 0
-               self.npc.append (23)
-               self.cont.append (14)
+               self.npc.append (22)
+               self.cont.append (13)
                self.player.append (-1)
 
-       def answer23 (self):
+       def answer22 (self):
                self.color = 0
-               self.npc.append (25)
+               self.npc.append (24)
                self.cont.append (-1)
                self.the_npc.set_dialogue ("dialogues/talan_start")
 
                self.player.append (-1)
 
-       def answer22 (self):
+       def answer21 (self):
                self.color = 0
-               self.npc.append (23)
-               self.cont.append (14)
+               self.npc.append (22)
+               self.cont.append (13)
                self.player.append (-1)
 
-       def answer28 (self):
+       def answer27 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (29)
+               self.npc.append (28)
                self.cont.append (-1)
-               self.player.append (30)
-               self.cont.append (18)
-               self.player.append (5)
-               self.cont.append (4)
+               self.player.append (29)
+               self.cont.append (17)
+               self.player.append (4)
+               self.cont.append (3)
                self.player.append (-1)
 
-       def answer30 (self):
+       def answer29 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (31)
+               self.npc.append (30)
                self.cont.append (-1)
-               self.player.append (22)
-               self.cont.append (13)
-               self.player.append (24)
-               self.cont.append (15)
+               self.player.append (21)
+               self.cont.append (12)
+               self.player.append (23)
+               self.cont.append (14)
                self.player.append (-1)
 
-       def answer27 (self):
+       def answer26 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (29)
+               self.npc.append (28)
                self.cont.append (-1)
-               self.player.append (30)
-               self.cont.append (18)
-               self.player.append (5)
-               self.cont.append (4)
+               self.player.append (29)
+               self.cont.append (17)
+               self.player.append (4)
+               self.cont.append (3)
                self.player.append (-1)
 
        def answer7 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (17)
+               self.npc.append (18)
                self.cont.append (-1)
-               self.player.append (18)
-               self.cont.append (12)
+               self.player.append (17)
+               self.cont.append (11)
                self.player.append (-1)
 
-       def answer4 (self):
+       def answer11 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (26)
+               self.npc.append (2)
                self.cont.append (-1)
-               self.player.append (27)
-               self.cont.append (16)
-               self.player.append (28)
-               self.cont.append (17)
-               self.player.append (5)
-               self.cont.append (4)
+               self.player.append (3)
+               self.cont.append (2)
                self.player.append (-1)
 
-       def answer12 (self):
+       def answer3 (self):
                self.color = self.the_npc.get_color()
-               self.npc.append (2)
+               self.npc.append (5)
                self.cont.append (-1)
-               self.player.append (3)
-               self.cont.append (2)
-               self.player.append (4)
-               self.cont.append (3)
+               self.player.append (6)
+               self.cont.append (4)
+               self.player.append (7)
+               self.cont.append (5)
                self.player.append (-1)
 
        def answer1 (self):
@@ -207,6 +193,4 @@ class demo_intro_1:
                self.cont.append (-1)
                self.player.append (3)
                self.cont.append (2)
-               self.player.append (4)
-               self.cont.append (3)
                self.player.append (-1)
diff --git a/scripts/dialogues/erek_start.py b/scripts/dialogues/erek_start.py
index f032c6e..754a7e5 100755
--- a/scripts/dialogues/erek_start.py
+++ b/scripts/dialogues/erek_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class erek_start:
        loop = []
-       strings = ["Before you stands a young Dwarf, with an open face and no 
sign of the traditional beard. His expression shows his intelligence and a 
trace of humor as he watches you expectantly.", "You are Erek Stonebreaker, 
aren't you?", "That I am. Erek Stonebreaker, aspirant to the trading business 
and Master Fingolsons apprentice. But I seem to not remember you, $fm 
{madam/sir}.", "I am $name.", "I am $name, Lady Silverhair's man. I have some 
questions.", "Well met then, $name. Only I f [...]
+       strings = ["Before you stands a young Dwarf, with an open face and no 
sign of the traditional beard. His expression shows his intelligence and a 
trace of humour as he watches you expectantly.", "You are Erek Stonebreaker, 
aren't you?", "That I am. Erek Stonebreaker, aspirant to the trading business 
and Master Fingolson's apprentice. But I seem to not remember you, $fm 
{madam/sir}.", "I am $name.", "I am $name, Lady Silverhair's man. I have some 
questions.", "Well met then, $name. Only I [...]
 
        def set_name (self, new_name):
                pass
@@ -77,7 +77,7 @@ class erek_start:
                                self.player.append (43)
                                self.cont.append (30)
                        self.player.append (-1)
-               elif self.the_npc.get_val ("apologize") == 0:
+               elif self.the_npc.get_val ("apologie") == 0:
 
                        self.color = 0
                        self.npc.append (45)
@@ -94,7 +94,7 @@ class erek_start:
                        self.color = 0
                        self.npc.append (112)
                        self.cont.append (71)
-                       self.the_npc.set_val ("apologize" , 0)
+                       self.the_npc.set_val ("apologise" , 0)
 
                        self.player.append (-1)
 
@@ -423,7 +423,7 @@ class erek_start:
                self.color = self.the_npc.get_color()
                self.npc.append (110)
                self.cont.append (-1)
-               self.the_npc.set_val ("apologize" , 1)
+               self.the_npc.set_val ("apologise" , 1)
 
                self.player.append (-1)
 
diff --git a/scripts/dialogues/frostbloom_start.py 
b/scripts/dialogues/frostbloom_start.py
index 086d11d..5e845a6 100755
--- a/scripts/dialogues/frostbloom_start.py
+++ b/scripts/dialogues/frostbloom_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class frostbloom_start:
        loop = []
-       strings = ["Hm?  What do you want?", "I am a servant of Lady Imoen 
Silverhair, and I'd like to ask ...", "I know who you are, and I do not care 
what you wish to ask.  Now go away.  The Yeti of my soul must have silence.", 
"You again?  I thought I told you to leave me alone.", "But lady, I must ask 
you about the theft...", "The theft?  You mean your theft of my precious time, 
when I could be receiving inspiration?  I've lost enought of that already, 
thank you.  Now be gone, silly servant [...]
+       strings = ["Hm?  What do you want?", "I am a servant of Lady Imoen 
Silverhair, and I'd like to ask ...", "I know who you are, and I do not care 
what you wish to ask.  Now go away.  The Yeti of my soul must have silence.", 
"You again?  I thought I told you to leave me alone.", "But lady, I must ask 
you about the theft...", "The theft?  You mean your theft of my precious time, 
when I could be receiving inspiration?  I've lost enough of that already, thank 
you.  Now be gone, silly servant, [...]
 
        def set_name (self, new_name):
                pass
diff --git a/scripts/dialogues/jelom_2nd.py b/scripts/dialogues/jelom_2nd.py
index fc4d786..d3f014f 100644
--- a/scripts/dialogues/jelom_2nd.py
+++ b/scripts/dialogues/jelom_2nd.py
@@ -2,7 +2,7 @@ import adonthell
 
 class jelom_2nd:
        loop = []
-       strings = ["Back again, Half-Elf? Have you learned anything of 
importance from your mistress?", "Nothing you'd be interested in, Jelom.", "It 
seems that Fingolson's gems are worthless to her.", "Really? I imagine you have 
some sort of proof for this, then?", "I have this Chrysoberyl. Apparently it is 
no Catseye, so why should Lady Silverhair have stolen it?", "You mean this is 
one of the stolen gems? How in hell did you come across that? And where are the 
others?", "I don't know where t [...]
+       strings = ["Back again, Half-Elf? Have you learned anything of 
importance from your mistress?", "Nothing you'd be interested in, Jelom.", "It 
seems that Fingolson's gems are worthless to her.", "Really? I imagine you have 
some sort of proof for this, then?", "I have this Chrysoberyl. Apparently it is 
no Catseye, so why should Lady Silverhair have stolen it?", "You mean this is 
one of the stolen gems? How in hell did you come across that? And where are the 
others?", "I don't know where t [...]
 
        def set_name (self, new_name):
                pass
diff --git a/scripts/dialogues/jelom_start.py b/scripts/dialogues/jelom_start.py
index ed5da5e..7b7b740 100644
--- a/scripts/dialogues/jelom_start.py
+++ b/scripts/dialogues/jelom_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class jelom_start:
        loop = []
-       strings = ["Halt there! No-one is allowed into the prisoner's room!", 
"Stop right there, half-elf! You know that you are not allowed in there!", 
"No-one is allowed into the prisoner's room, so please leave this hallway!", 
"You again, half-elf? What do you want this time?", "Ah, you must be Jelom. 
Talan told me that I could find you here.", "And just who are you to prevent me 
from entering, sir?", "Nice to see you again, Jelom. Look, I have some more 
questions for you.", "Look, Jelom, I  [...]
+       strings = ["Halt there! No-one is allowed into the prisoner's room!", 
"Stop right there, half-elf! You know that you are not allowed in there!", 
"No-one is allowed into the prisoner's room, so please leave this hallway!", 
"You again, half-elf? What do you want this time?", "Ah, you must be Jelom. 
Talan told me that I could find you here.", "And just who are you to prevent me 
from entering, sir?", "Nice to see you again, Jelom. Look, I have some more 
questions for you.", "Look, Jelom, I  [...]
 
        def set_name (self, new_name):
                pass
diff --git a/scripts/dialogues/lucia_start.py b/scripts/dialogues/lucia_start.py
index 255e64e..0f7d8a3 100755
--- a/scripts/dialogues/lucia_start.py
+++ b/scripts/dialogues/lucia_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class lucia_start:
        loop = []
-       strings = ["There is little doubt that this busy-looking woman is the 
unchallenged mistress of the Redwyne household. As she spots you, a look of 
resignation flashes across her face.", "You young people never learn to keep 
out of my kitchen, do you?", "Sorry madam, I did not mean to trespass, but I 
need to talk to you.", "I have no time for this, woman! I have some questions 
for you.", "What questions? Don't you see I'm busy? Who's going to put the food 
on the table, if I'm going to cha [...]
+       strings = ["There is little doubt that this busy-looking woman is the 
unchallenged mistress of the Redwyne household. As she spots you, a look of 
resignation flashes across her face.", "You young people never learn to keep 
out of my kitchen, do you?", "Sorry madam, I did not mean to trespass, but I 
need to talk to you.", "I have no time for this, woman! I have some questions 
for you.", "What questions? Don't you see I'm busy? Who's going to put the food 
on the table, if I'm going to cha [...]
 
        def set_name (self, new_name):
                pass
@@ -17,7 +17,7 @@ class lucia_start:
                self.the_player = p
                self.the_npc = n
 
-               self.dialogue = [self.start, self.answer0, self.answer2, 
self.answer3, self.answer6, self.answer8, self.answer10, self.answer11, 
self.answer13, self.answer15, self.answer16, self.answer18, self.answer19, 
self.answer21, self.answer22, self.answer23, self.answer24, self.answer25, 
self.answer27, self.answer29, self.answer30, self.answer32, self.answer33, 
self.answer35, self.answer36, self.answer38, self.answer40, self.answer41, 
self.answer42, self.answer44, self.answer46, self.answer48, s [...]
+               self.dialogue = [self.start, self.answer0, self.answer2, 
self.answer3, self.answer6, self.answer8, self.answer10, self.answer11, 
self.answer13, self.answer15, self.answer16, self.answer18, self.answer19, 
self.answer21, self.answer22, self.answer23, self.answer24, self.answer25, 
self.answer27, self.answer29, self.answer30, self.answer32, self.answer33, 
self.answer35, self.answer36, self.answer38, self.answer40, self.answer41, 
self.answer42, self.answer44, self.answer46, self.answer48, s [...]
 
        def clear (self):
                del self.dialogue
@@ -267,7 +267,7 @@ class lucia_start:
                        self.cont.append (61)
                self.player.append (-1)
 
-       def answer205 (self):
+       def answer99 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (100)
                self.cont.append (-1)
@@ -275,7 +275,7 @@ class lucia_start:
                self.cont.append (62)
                self.player.append (-1)
 
-       def answer209 (self):
+       def answer101 (self):
                self.color = self.the_npc.get_color()
                self.npc.append (43)
                self.cont.append (-1)
diff --git a/scripts/dialogues/orloth_start.py 
b/scripts/dialogues/orloth_start.py
index d80e15d..ad200cd 100755
--- a/scripts/dialogues/orloth_start.py
+++ b/scripts/dialogues/orloth_start.py
@@ -2,7 +2,7 @@ import adonthell
 
 class orloth_start:
        loop = []
-       strings = ["This is seemingly the Innkeeper and owner of the place. He 
appears to be lost in thought and from his eyes you can see that he hasn't 
slept much lately. His worried face brightens up though as you approach, and 
his voice is warm and friendly:", "Welcome to Waste's Edge, traveller. Here you 
shall find the pleasures of a hot meal and bath if you desire. And safe and 
comfortable lodging. Although, I fear, this is no longer granted for sure. 
You've chosen troublesome times for y [...]
+       strings = ["This is seemingly the Innkeeper and owner of the place. He 
appears to be lost in thought and from his eyes you can see that he hasn't 
slept much lately. His worried face brightens up though as you approach, and 
his voice is warm and friendly:", "Welcome to Waste's Edge, traveller. Here you 
shall find the pleasures of a hot meal and bath if you desire. And safe and 
comfortable lodging. Although, I fear, this is no longer granted for sure. 
You've chosen troublesome times for y [...]
 
        def set_name (self, new_name):
                pass



reply via email to

[Prev in Thread] Current Thread [Next in Thread]