1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
### Shop
id=76
name=Shop
group=building
icon=gfx\icons\house.bmp
model=gfx\house.b3d
scale=1.5
health=100000
mat=stone
autofade=3000
on:use {
dialogue "start","sys\scripts\shop.s2s";
}
I'm not exactly sure what I did wrong here, but the shop won't load no matter what I do. Any suggestions?