blob: 8437835a2ce2f9fe13eff17cf905366771f103f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--
local subway_station = {}
subway_station[1] = "OCP Ministore"
subway_station[2] = "Mushroom Market"
subway_station[3] = "Beach"
subway_station[4] = "Zoo / Public Mine"
subway_station[5] = "Public Farm"
subway_station[6] = "OCP ministore"
subway_station[7] = "Station"
subway_station[8] = "Express Station"
subway_station[9] = "City Hall"
S.subway_stations = subway_stations
local setze_texte = function (index)
local neuer_ort
end
|