adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: wastesedge/scripts/game_events Makefile.am,1.1,


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/scripts/game_events Makefile.am,1.1,1.2 silverhair_to_brn.py,1.1,1.2
Date: Sun, 18 Aug 2002 15:55:21 -0400

Update of /cvsroot/adonthell/wastesedge/scripts/game_events
In directory subversions:/tmp/cvs-serv1023/scripts/game_events

Modified Files:
        Makefile.am silverhair_to_brn.py 
Log Message:
UPDATED schedules once again for new event system - still not all done though


Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/scripts/game_events/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.am 6 May 2002 13:47:18 -0000       1.1
--- Makefile.am 18 Aug 2002 19:55:19 -0000      1.2
***************
*** 6,10 ****
        character_speak.py open_inn_door.py silverhair_to_fst.py \
        silverhair_to_brn.py brn_to_silverhair.py search_chest.py \
!       to_storage.py lft_to_vnd.py vnd_to_lft.py __init__.py
  
  all:
--- 6,11 ----
        character_speak.py open_inn_door.py silverhair_to_fst.py \
        silverhair_to_brn.py brn_to_silverhair.py search_chest.py \
!       to_storage.py lft_to_vnd.py vnd_to_lft.py __init__.py \
!         speak.py
  
  all:

Index: silverhair_to_brn.py
===================================================================
RCS file: 
/cvsroot/adonthell/wastesedge/scripts/game_events/silverhair_to_brn.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** silverhair_to_brn.py        6 May 2002 13:47:18 -0000       1.1
--- silverhair_to_brn.py        18 Aug 2002 19:55:19 -0000      1.2
***************
*** 1,4 ****
  #
! #  (C) Copyright 2001 Kai Sterker <address@hidden>
  #  Part of the Adonthell Project http://adonthell.linuxgames.com
  #
--- 1,4 ----
  #
! #  (C) Copyright 2001/2002 Kai Sterker <address@hidden>
  #  Part of the Adonthell Project http://adonthell.linuxgames.com
  #
***************
*** 11,15 ****
  #
  
! # -- Map Event to teleport a character from the barn into Silverhair's room
  
  import adonthell
--- 11,15 ----
  #
  
! # -- Map Event to teleport a character from Silverhair's room onto veranda
  
  import adonthell
***************
*** 30,33 ****
--- 30,36 ----
  
      def run (self, submap, x, y, dir, name):
+         # -- just arrived -> do nothing
+         if dir == adonthell.STAND_WEST: return
+         
          p = adonthell.gamedata_get_character (name)
  





reply via email to

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