1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Map in a Bottle
id=90
name=Bottle
group=stuff
icon=gfx\bottlemessage.bmp
model=gfx\bottlemessage.b3d
scale=0.3
mat=glass
health=5
script=start
on:kill {
create "item",73,getx("self"),getz("self"),1;
corona getx("self"),getz("self");
}
script=end