Also es sieht so aus:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
### Tor auf
id=215
name=torauf
group=building
icon=gfx\torauf.bmp
model=gfx\torauf.b3d
scale=1.25
col=3
mat=wood
health=1000
healthchange=0
script=start
	on:use
	{
		kill "self";
		create "object", 216;
	}
script=end
### Tor zu
id=216
name=torzu
group=building
icon=gfx\torzu.bmp
model=gfx\torzu.b3d
scale=1.25
col=3
mat=wood
health=1000
healthchange=0
script=start
	on:use
	{
		kill "self";
		create "object", 215;
	}
script=end
kann man irgendwie einstellen, das das neue, genau die gleiche richtung hat, wie das zerstörte object??
Objecte durch ausführung verändern
1 
Offline