adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: wastesedge/scripts/dialogues jelom_start.py,1.9


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/scripts/dialogues jelom_start.py,1.9,1.10
Date: Mon, 02 Sep 2002 06:59:54 -0400

Update of /cvsroot/adonthell/wastesedge/scripts/dialogues
In directory subversions:/tmp/cvs-serv22112/dialogues

Modified Files:
        jelom_start.py 
Log Message:
FIXED Bjarn walking around after he starts crying
FIXED player schedule disabled after loading from start screen/quick loading
ADDED a little short cut to Jelom's dialogue


Index: jelom_start.py
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/scripts/dialogues/jelom_start.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** jelom_start.py      6 May 2002 13:47:18 -0000       1.9
--- jelom_start.py      2 Sep 2002 10:59:50 -0000       1.10
***************
*** 60,64 ****
                _("My mistress has been wrongly accused, and I intend to clear 
her name."),\
                _("Listen, Half-Elf! The theft and any investigations are 
business of the guard and none of yours! But by the looks of it, the only way 
to keep your nose out would be to lock you up."),\
!               _("So I won't prevent you from pestering the folk at the Inn. 
But should you find out anything, you report to me, you understand! Now, what 
is it you want from me?")]
  
        cond = [\
--- 60,65 ----
                _("My mistress has been wrongly accused, and I intend to clear 
her name."),\
                _("Listen, Half-Elf! The theft and any investigations are 
business of the guard and none of yours! But by the looks of it, the only way 
to keep your nose out would be to lock you up."),\
!               _("So I won't prevent you from pestering the folk at the Inn. 
But should you find out anything, you report to me, you understand! Now, what 
is it you want from me?"),\
!               _("I actually have found out something that should interest 
you.")]
  
        cond = [\
***************
*** 73,77 ****
                "adonthell.gamedata_get_quest(\"demo\").get_val 
(\"know_talan_singing\") != 2\n",\
                "adonthell.gamedata_get_quest(\"demo\").get_val 
(\"know_talan_singing\") == 2 and self.the_npc.get_val (\"not_convinced\") == 
1\n",\
!               "self.the_npc.get_val (\"allows_meddling\") == 0\n"]
  
        code = [\
--- 74,79 ----
                "adonthell.gamedata_get_quest(\"demo\").get_val 
(\"know_talan_singing\") != 2\n",\
                "adonthell.gamedata_get_quest(\"demo\").get_val 
(\"know_talan_singing\") == 2 and self.the_npc.get_val (\"not_convinced\") == 
1\n",\
!               "self.the_npc.get_val (\"allows_meddling\") == 0\n",\
!               "adonthell.gamedata_get_quest(\"demo\").get_val 
(\"know_talan_singing\") == 2 and 
adonthell.gamedata_get_quest(\"demo\").get_val (\"know_olivers_noise\") == 1\n"]
  
        code = [\
***************
*** 138,142 ****
                (None, -1, ((53, 0, 10), )),\
                ("Default", 4, ((54, 0, -1), )),\
!               ("Default", -1, ((23, 0, 7), (22, 0, 6), (29, 0, 8), ))]
  
  
--- 140,145 ----
                (None, -1, ((53, 0, 10), )),\
                ("Default", 4, ((54, 0, -1), )),\
!               ("Default", -1, ((55, 0, 11), (23, 0, 7), (22, 0, 6), (29, 0, 
8), )),\
!               (None, -1, ((13, 0, -1), ))]
  
  





reply via email to

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