ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/test/connected_bug.map
Revision: 1.2
Committed: Sun May 7 08:56:21 2006 UTC (18 years ago) by pippijn
Branch: MAIN
CVS Tags: last_stable
Changes since 1.1: +5 -6 lines
Log Message:
Normalised all maps

File Contents

# User Rev Content
1 root 1.1 arch map
2     name Advenurer's Guild
3 pippijn 1.2 width 6
4     height 6
5 root 1.1 msg
6     Creator: Florian Beck
7     Email: h729ihqu@sun1.cip.fak14.uni-muenchen.de
8     Date: Sun Jun 16 23:35:14 1996
9     endmsg
10     hp 15
11 pippijn 1.2 invisible 1
12     level 1
13 root 1.1 sp 28
14     weight 3600
15     end
16     arch food
17     x 2
18     y 5
19     end
20     arch button_handle
21     x 3
22     connected 1
23     end
24     arch pedestal
25     x 3
26     y 1
27     connected 2
28     end
29     arch magic_mouth
30     x 3
31     y 3
32     connected 4
33     end
34     arch altar
35     slaying trigger
36     food 1
37     x 3
38     y 3
39     connected 3
40     end
41     arch magic_mouth
42     x 3
43     y 3
44     connected 3
45 pippijn 1.2 move_on 0
46 root 1.1 end
47     arch altar
48     food 1
49     x 3
50     y 3
51     connected 3
52     end
53     arch check_inv
54     slaying trigger
55     x 3
56     y 3
57     connected 3
58     end
59     arch round_shield
60     name trigger
61     slaying trigger
62     x 3
63     y 5
64     end
65     arch check_inv
66     slaying trigger
67     x 4
68     y 3
69     connected 3
70     end
71     arch sign
72     msg
73     This works.
74     endmsg
75     x 5
76     connected 1
77     end
78     arch sign
79     msg
80     This doesn't work. The message is
81     displayed twice!
82     endmsg
83     x 5
84     y 1
85     connected 2
86     end
87     arch gateTrg2
88     x 5
89     y 3
90     connected 3
91     end