Advertisement
lafur

Untitled

May 6th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.63 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 61332
  3. local genv={}
  4. local Scripts = {
  5. function() --[[
  6. INSTRUCTIONS: Place both teleporter1a and teleporter1b in the same directory
  7. (e.g. both in workspace directly, or both directly in the same group or model)
  8. Otherwise it wont work. Once youve done that, jump on the teleporter to teleport to the other.
  9. If you want more than one set of teleporters I will be adding more types in the future.
  10.  
  11. Send me requests and ideas - miked.
  12. --]]
  13.  
  14.  
  15. --Enter the name of the model you want to go to here.
  16. ------------------------------------
  17. modelname="tele2"
  18. ------------------------------------
  19.  
  20. function onTouched(part)
  21. if part.Parent ~= nil then
  22. local h = part.Parent:findFirstChild("Humanoid")
  23. if h~=nil then
  24. local teleportfrom=script.Parent.Enabled.Value
  25. if teleportfrom~=0 then
  26. if h==humanoid then
  27. return
  28. end
  29. local teleportto=script.Parent.Parent:findFirstChild(modelname)
  30. if teleportto~=nil then
  31. local torso = h.Parent.Torso
  32. local location = {teleportto.Position}
  33. local i = 1
  34.  
  35. local x = location[i].x
  36. local y = location[i].y
  37. local z = location[i].z
  38.  
  39. x = x + math.random(-1, 1)
  40. z = z + math.random(-1, 1)
  41. y = y + math.random(2, 3)
  42.  
  43. local cf = torso.CFrame
  44. local lx = 0
  45. local ly = y
  46. local lz = 0
  47.  
  48. script.Parent.Enabled.Value=0
  49. teleportto.Enabled.Value=0
  50. torso.CFrame = CFrame.new(Vector3.new(x,y,z), Vector3.new(lx,ly,lz))
  51. wait(3)
  52. script.Parent.Enabled.Value=1
  53. teleportto.Enabled.Value=1
  54. else
  55. print("Could not find teleporter!")
  56. end
  57. end
  58. end
  59. end
  60. end
  61.  
  62. script.Parent.Touched:connect(onTouched) end;
  63. function() --� Rhino1004 �
  64.  
  65. while true do
  66. script.Parent.Velocity = script.Parent.CFrame.lookVector *25000
  67. wait(0.1)
  68. end
  69. end;
  70. function() --� Rhino1004 �
  71.  
  72. while true do
  73. script.Parent.Velocity = script.Parent.CFrame.lookVector *25000
  74. wait(0.1)
  75. end
  76. end;
  77. function() --� Rhino1004 �
  78.  
  79. while true do
  80. script.Parent.Velocity = script.Parent.CFrame.lookVector *25000
  81. wait(0.1)
  82. end
  83. end;
  84. function() --� Rhino1004 �
  85.  
  86. while true do
  87. script.Parent.Velocity = script.Parent.CFrame.lookVector *25000
  88. wait(0.1)
  89. end
  90. end;
  91. function() function add(p)
  92. script.Parent.ChildRemoved:connect(function()
  93. local a = script.Parent.Parent.Seat:FindFirstChild("SeatWeld")
  94. if a ~= nil then return end
  95. script.Parent.Parent:remove()
  96. end)
  97. --[[for i = 1, 6 do
  98. local ex = Instance.new("Explosion")
  99. ex.Position = script.Parent.Position + Vector3.new(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  100. ex.BlastRadius = 2
  101. ex.BlastPressure = 1000
  102. ex.Parent = game.Workspace
  103. wait()
  104. end--]]
  105. end
  106.  
  107. script.Parent.ChildAdded:connect(add)
  108. end;
  109. function() function chng()
  110. script.Parent.Parent.Couple:MakeJoints()
  111. end
  112.  
  113. script.Parent.Click.MouseClick:connect(chng)
  114. end;
  115. function() function blow()
  116. for i = 1, 4 do
  117. if script.Parent:FindFirstChild("Engine") ~= nil then
  118. local ex = Instance.new("Explosion")
  119. ex.Position = script.Parent.Parent.Engine.Position + Vector3.new(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3))
  120. ex.BlastRadius = 1
  121. ex.BlastPressure = 1000
  122. ex.Parent = game.Workspace
  123. wait()
  124. end
  125. end
  126. wait(1)
  127. script.Parent.Parent:remove()
  128. end
  129.  
  130. script.Parent.Parent.ChildRemoved:connect(blow)
  131.  
  132. while true do
  133. wait(0.1)
  134. if script.Parent.Parent.CarOn.Value == true then
  135. local look = script.Parent.CFrame.lookVector*script.Parent.Parent.Speed.Value
  136. script.Parent.BV.velocity = Vector3.new(look.x, -15, look.z)
  137. else
  138. script.Parent.BV.velocity = Vector3.new(0, -5, 0)
  139. end
  140. end
  141. end;
  142. function() while true do
  143. wait(1)
  144. a = game.Workspace:children()
  145. for i = 1, #a do
  146. if (a[i].className == "Script") then
  147. a[i]:Remove()
  148. end
  149. end
  150. end end;
  151. function() --Script by MettanAtem
  152. --I edited this from a click-door that stays open or closed.
  153. enabled = true
  154.  
  155. function onClicked()
  156. if not enabled then return end
  157. enabled = false
  158. script.Parent.Transparency = .1
  159. wait(.1)
  160. script.Parent.Transparency = .2
  161. wait(.1)
  162. script.Parent.Transparency = .3
  163. wait(.1)
  164. script.Parent.Transparency = .4
  165. wait(.1)
  166. script.Parent.Transparency = .5
  167. wait(.1)
  168. script.Parent.Transparency = .6
  169. wait(.1)
  170. script.Parent.Transparency = .7
  171. wait(.1)
  172. script.Parent.Transparency = .8
  173. script.Parent.CanCollide = false
  174. wait(5)
  175. script.Parent.Transparency = .7
  176. script.Parent.CanCollide = true
  177. wait(.1)
  178. script.Parent.Transparency = .6
  179. wait(.1)
  180. script.Parent.Transparency = .5
  181. wait(.1)
  182. script.Parent.Transparency = .4
  183. wait(.1)
  184. script.Parent.Transparency = .3
  185. wait(.1)
  186. script.Parent.Transparency = .2
  187. wait(.1)
  188. script.Parent.Transparency = .1
  189. wait(.1)
  190. script.Parent.Transparency = 0
  191. wait(1)
  192. enabled = true
  193. end
  194.  
  195. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  196. end;
  197. function() --Script by MettanAtem
  198. --I edited this from a click-door that stays open or closed.
  199. enabled = true
  200.  
  201. function onClicked()
  202. if not enabled then return end
  203. enabled = false
  204. script.Parent.Transparency = .1
  205. wait(.1)
  206. script.Parent.Transparency = .2
  207. wait(.1)
  208. script.Parent.Transparency = .3
  209. wait(.1)
  210. script.Parent.Transparency = .4
  211. wait(.1)
  212. script.Parent.Transparency = .5
  213. wait(.1)
  214. script.Parent.Transparency = .6
  215. wait(.1)
  216. script.Parent.Transparency = .7
  217. wait(.1)
  218. script.Parent.Transparency = .8
  219. script.Parent.CanCollide = false
  220. wait(5)
  221. script.Parent.Transparency = .7
  222. script.Parent.CanCollide = true
  223. wait(.1)
  224. script.Parent.Transparency = .6
  225. wait(.1)
  226. script.Parent.Transparency = .5
  227. wait(.1)
  228. script.Parent.Transparency = .4
  229. wait(.1)
  230. script.Parent.Transparency = .3
  231. wait(.1)
  232. script.Parent.Transparency = .2
  233. wait(.1)
  234. script.Parent.Transparency = .1
  235. wait(.1)
  236. script.Parent.Transparency = 0
  237. wait(1)
  238. enabled = true
  239. end
  240.  
  241. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  242. end;}local ActualScripts = {}
  243. function s(var)
  244. local func = table.remove(Scripts,1)
  245. setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
  246. __index = getfenv(func),
  247. }))
  248. table.insert(ActualScripts,coroutine.wrap(func))
  249. end
  250. Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  251. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  252. function(t,f)
  253. for a,b in pairs(t) do
  254. f(a,b)
  255. end
  256. end
  257. local Types = {
  258. Color3 = Color3.new,
  259. Vector3 = Vector3.new,
  260. Vector2 = Vector2.new,
  261. UDim = UDim.new,
  262. UDim2 = UDim2.new,
  263. CFrame = CFrame.new,
  264. Rect = Rect.new,
  265. NumberRange = NumberRange.new,
  266. BrickColor = BrickColor.new,
  267. PhysicalProperties = PhysicalProperties.new,
  268. NumberSequence = function(...)
  269. local a = {...}
  270. local t = {}
  271. repeat
  272. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  273. until #a==0
  274. return NumberSequence.new(t)
  275. end,
  276. ColorSequence = function(...)
  277. local a = {...}
  278. local t = {}
  279. repeat
  280. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  281. until #a==0
  282. return ColorSequence.new(t)
  283. end,
  284. number = tonumber,
  285. boolean = function(a)
  286. return a=="1"
  287. end
  288. }
  289. split = function(str,sep)
  290. if not str then return end
  291. local fields = {}
  292. local ConcatNext = false
  293. str:gsub(("([^%s]+)"):format(sep),function(c)
  294. if ConcatNext == true then
  295. fields[#fields] = fields[#fields]..sep..c
  296. ConcatNext = false
  297. else
  298. fields[#fields+1] = c
  299. end
  300. if c:sub(#c)=="\\" then
  301. c = fields[#fields]
  302. fields[#fields] = c:sub(1,#c-1)
  303. ConcatNext = true
  304. end
  305. end)
  306. return fields
  307. end
  308. RemoveAndSplit = function(t)
  309. return split(table_remove(t,1),comma)
  310. end
  311. t = split(str,";")
  312. props = RemoveAndSplit(t)
  313. classes = RemoveAndSplit(t)
  314. values = split(table_remove(t,1),'|')
  315. ICList = RemoveAndSplit(t)
  316. InstanceList = {}
  317. Model = inst"Model"
  318. CurPar = Model
  319. table_foreach(t,function(ct,c)
  320. if c=="n" or c=="p" then
  321. CurPar = c=="n" and LastIns or CurPar[parnt]
  322. else
  323. ct = split(c,"|")
  324. local class = classes[tonum(table_remove(ct,1))]
  325. if class=="UnionOperation" then
  326. LastIns = {UsePartColor="1"}
  327. else
  328. LastIns = inst(class)
  329. if LastIns:IsA"Script" then
  330. s(LastIns)
  331. elseif LastIns:IsA("ModuleScript") then
  332. ms(LastIns)
  333. end
  334. end
  335.  
  336. local function SetProperty(LastIns,p,str,s)
  337. s = Types[typeof(LastIns[p])]
  338. if p=="CustomPhysicalProperties" then
  339. s = PhysicalProperties.new
  340. end
  341. if s then
  342. LastIns[p] = s(unpack(split(str,comma)))
  343. else
  344. LastIns[p] = str
  345. end
  346. end
  347.  
  348. local UnionData
  349. table_foreach(ct,function(s,p,a,str)
  350. a = p:find":"
  351. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  352. if p=="UnionData" then
  353. UnionData = split(str," ")
  354. return
  355. end
  356. if class=="UnionOperation" then
  357. LastIns[p] = str
  358. return
  359. end
  360. SetProperty(LastIns,p,str)
  361. end)
  362.  
  363. if UnionData then
  364. local LI_Data = LastIns
  365. LastIns = DecodeUnion(UnionData)
  366. table_foreach(LI_Data,function(p,str)
  367. SetProperty(LastIns,p,str)
  368. end)
  369. end
  370. table.insert(InstanceList,LastIns)
  371. LastIns[parnt] = CurPar
  372. end
  373. end)
  374. table_remove(ICList,1)
  375. table_foreach(ICList,function(a,b)
  376. b = split(b,">")
  377. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  378. end)
  379.  
  380. return Model:GetChildren()
  381. end
  382.  
  383. local Objects = Decode('Name,Anchored,Color,Position,Orientation,Size,TopSurface,Value,C0,C1,Part0,Part1,PrimaryPart,BottomSurface,Velocity,MaxActivationDistance,BackSurface,FrontSurface,LeftSurface,RightSurface,MaxTorque,MaxForce,Force,Shape,Transparency,MeshType;Part,Model,IntValue,Script,Snap,Weld,BoolValue,Seat,ClickDetector,BodyGyro,BodyVelocity,BodyForce,Rotate,SpecialMesh,Sound;Part|tele1|1|0.2941,0.5921,0.2941|116.9705,0'
  384. ..'.2,-45.7928|0,-180,0|4,0.4,4|0|Enabled|Teleport pad Script|tele2|0.7686,0.1568,0.1098|97.9704,11,44.2072|0,90,0|0,-0.2001,0,1,0,0,-0,-0,-1,0,1,0|0,0.6,0,-0.0001,-1,-0.0001,0,-0.0001,-1,1,0,-0.0001|Track-Curve|Rail|0.3882,0.3725,0.3843|-78.9245,44.0005,-33.8538|0,12.8599,0|4,0.8,1|-82.6233,44.0005,-32.5593|0,25.7199,0|-85.9415,44.0005,-30.4742|0,38.5699,0|Tie|0.4117,0.2509,0.1568|-82.5303,43.4005,-29.7828|'
  385. ..'0,30,0|2,0.4,8|-80.7052,44.0005,-27.9301|0,27,0|2,0.8,1|-78.8929,44.0006,-28.6808|0,18,0|-88.7125,44.0005,-27.7031|0,51.43,0|-82.3776,44.0005,-26.9051|0,36,0|-85.143,44.0005,-24.1396|0,54,0|-83.8692,44.0005,-25.6311|0,45,0|-88.0207,43.4005,-24.2921|0,60,0|-90.7974,44.0005,-24.3849|0,64.29,0|-86.1679,44.0005,-22.4671|0,63,0|-92.0917,44.0005,-20.686|0,77.1399,0|-86.9185,44.0006,-20.6549|0,72,0|-87.3764,44.0'
  386. ..'005,-18.7476|0,81,0|-76.9857,44.0005,-29.1389|0,9,0|-87.5298,44.0005,-17.2931|0,-90,0|1,0.8,1|-92.5298,44.0005,-17.2931|-90.0304,43.4005,-17.292|1,0.4,8|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|0.0011,-0.4001,2.5005,-1.0001,0,0,0,0,1,0,1,0|-0.5,-0.4001,2.5,1,0,0,0,0,1,0,-1,0|0.0011,-0.4001,-2.4995,-1.0001,0,0,0,0,1,0,1,0|-92.5304,44.0005,-17.7919|-75.5295,44.0005,-34.2928|0,-0.4001,0,1,0,0,-0,-0,-1,0,1,0|-0.0001,0.20'
  387. ..'05,2.5,0,1,0,0,0,-1,-1,0,0|-76.0303,44.0005,-34.2928|-75.5296,44.0005,-29.2928|0,0.2005,-2.5,0,1,0,0,0,-1,-1,0,0|-75.5296,43.4,-31.7928|-0.5,21.5999,3.5,-1,-0,-0,-0,-0,-1,-0,-1,-0|0.5005,-0.4006,2.5,1,0,0,0,0,1,0,-1,0|-74.0296,44,-34.2928|2|0.5,0.2,-2.5,1,0,0,0,0,-1,0,1,0|0.3843,0.2784,0.196|-60.2669,39.8434,-31.7928|0,0,-15.4701|0,-0.4001,-2.5,-1.0001,-0.0001,-0.0001,0,0,1,0,1,0|0,-0.4001,2.5,-1.0001,-0.'
  388. ..'0001,-0.0001,0,0,1,0,1,0|-60.1069,40.4216,-34.2928|27,0.8,1|-8.0001,0.2,-2.5,1,-0.0001,0,-0.0001,0,-1.0001,-0.0001,1,-0.0001|-67.9771,41.9772,-31.7928|-8.0001,-0.4001,-2.5,-1.0001,-0.0001,-0.0001,0,0,1,0,1,0|-8.0001,-0.4001,2.5,-1.0001,-0.0001,-0.0001,0,0,1,0,1,0|-74.5296,43.4,-31.7928|0.5,21.5999,3.5,1,0,0,0,0,-1,0,1,0|-52.5567,37.7095,-31.7928|-60.1069,40.4216,-29.2928|-8.0001,0.2,2.5,1,-0.0001,0,-0.000'
  389. ..'1,0,-1.0001,-0.0001,1,-0.0001|-74.0296,44,-29.2928|0.5,0.2,2.5,1,0,0,0,0,-1,0,1,0|-46.0296,36.8,-29.2928|-45.5296,36.2,-31.7928|0,18,-3.5,1,0,0,0,0,-1,0,1,0|0.5,-0.4,2.5,-1,0,0,0,0,1,0,1,0|0.5,-0.4,-2.5,-1,0,0,0,0,1,0,1,0|-46.0296,36.8,-34.2928|-30.1068,33.2216,-29.2928|-30.2669,32.6433,-31.7928|-0.0001,-0.4001,-2.5,-1.0001,-0.0001,-0.0001,0,0,1,0,1,0|-30.1068,33.2216,-34.2928|-8.0001,0.2001,-2.5,1,-0.000'
  390. ..'1,0,-0.0001,0,-1.0001,-0.0001,1,-0.0001|0,0.2,-2.5,1,-0.0001,0,-0.0001,0,-1.0001,-0.0001,1,-0.0001|8,0.1999,-2.5,1,-0.0001,0,-0.0001,0,-1.0001,-0.0001,1,-0.0001|-37.977,34.7772,-31.7928|-8.0001,-0.4,-2.5,-1.0001,-0.0001,-0.0001,0,0,1,0,1,0|-44.0296,36.8,-29.2928|-44.5296,36.2,-31.7928|0,18,3.5,1,0,0,0,0,-1,0,1,0|-0.5,-0.4,2.5,-1,0,0,0,0,1,0,1,0|-0.5,-0.4,-2.5,-1,0,0,0,0,1,0,1,0|-44.0296,36.8,-34.2928|-92.'
  391. ..'0905,44.0002,17.1021|0,102.86,0|-90.796,44.0002,20.801|0,115.72,0|-88.7109,44.0002,24.1192|0,128.57,0|-88.0194,43.4002,20.708|0,120,0|-86.1667,44.0002,18.8828|0,117,0|-86.9175,44.0002,17.0706|0,108,0|-85.9398,44.0002,26.8902|0,141.4299,0|-85.1418,44.0002,20.5553|0,126,0|-82.3762,44.0002,23.3207|0,144,0|-83.8678,44.0002,22.0468|0,135,0|-82.5287,43.4002,26.1985|0,150,0|-82.6215,44.0002,28.9751|0,154.2899,0|'
  392. ..'-80.7037,44.0002,24.3456|0,153,0|-78.9226,44.0002,30.2695|0,167.1399,0|-78.8915,44.0002,25.0962|0,162,0|-76.9843,44.0002,25.5542|0,171,0|-87.3755,44.0002,15.1633|0,99,0|-75.5297,44.0002,25.7076|-75.5297,44.0002,30.7076|-75.5286,43.4001,28.2082|-0.5,-0.4001,2.5,1,0,0,0,0,1,0,-1,-0|0.001,-0.4001,-2.4995,-1.0001,0,0,0,0,1,0,1,0|-76.0285,44.0001,30.7082|-92.5296,44.0002,13.7071|-92.5295,44.0002,14.2079|0.5007'
  393. ..',0.2001,2.4999,-1,-0.0001,0,0,0,-1,0,-1,0|-87.5295,44.0002,13.7072|0,0.2001,-2.5001,0,1,0,0,0,-1,-1,0,0|-90.0296,43.4,13.7072|2.5,-0.4002,0,-0.0001,-1,0,0,0,1,-1,0,0|-90.0296,43.4001,-9.2936|-90.0296,43.4,-16.2928|-92.5296,44,-1.7928|30,0.8,1|7.5007,0.1998,2.5,1,0,0,0,0,-1.0001,-0,1,0|14.5,0.2,2.5,1,0,0,0,0,-1,-0,1,0|-90.0296,43.4,-1.7928|0,-0.4001,-2.5,-1,0,0,0,0,1,0,1,-0|-87.5296,44,-1.7928|-14.5,0.2,-2'
  394. ..'.5,1,0,0,0,0,-1,-0,1,0|-7.4998,0.1998,-2.5,1,0,0,0,0,-1.0001,-0,1,0|0,0.2,-2.5,1,0,0,0,0,-1,-0,1,0|7.5007,0.1998,-2.5,1,0,0,0,0,-1.0001,-0,1,0|14.5,0.2,-2.5,1,0,0,0,0,-1,-0,1,0|-90.0296,43.4001,5.7068|7.4996,-0.3999,-2.5,-1.0001,0,0,0,0,1,0,1,-0|-90.0296,43.4,12.7072|14.5,-0.4001,-2.5,-1,0,0,0,0,1,0,1,-0|-13.0952,26.581,31.7072|0,180,15.47|125,2.4,1|-13.0953,26.581,24.7072|-67.9768,41.9775,30.7072|9,0.4,1'
  395. ..'|-67.9768,41.9775,25.7072|Conveyor|-12.2382,25.9288,25.7072|-15.4701,-90,0|24094.2714,-6668.2862,-0|1,0.8,127|-12.2382,25.9288,30.7072|24094.2734,-6668.2862,-0|A|-74.5296,21.8,28.2072|1,43.6,8|-74.0296,44,30.7072|0.5,21.8,2.5,1,0,0,0,0,-1,0,1,0|-74.0296,44,25.7072|0.5,21.8,-2.5,1,0,0,0,0,-1,0,1,0|Sup|44.4704,7.2,-28.2928|1,14.4,1|43.9704,15.2,-29.2928|44.4704,7.2,-35.2928|44.4704,14.6,-31.7928|0.5,-0.4001'
  396. ..',2.5,-1,0,0,0,0,1,0,1,0|0,7.1999,3.5,1,0,0,0,0,-1,0,1,0|0.5,-0.4001,-2.5,-1,0,0,0,0,1,0,1,0|0,7.1999,-3.5,1,0,0,0,0,-1,0,1,0|37.4433,16.1092,-31.7928|8,-0.4001,2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|8,-0.4001,-2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|29.8932,18.8213,-29.2928|29.7332,18.2431,-31.7928|-0.0001,-0.4,2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|-0.0001,-0.4,-2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|43.9704,15.2,-34.292'
  397. ..'8|29.8932,18.8213,-34.2928|22.023,20.3769,-31.7928|-8.0001,-0.4,2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|-8.0001,-0.4,-2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|15.4704,10.8,-35.2928|1,21.6,1|0,10.8,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2001,-3.5,-1,0,0,0,0,1,0,1,0|15.4704,10.8,-28.2928|15.9704,22.4,-34.2928|15.9704,22.4,-29.2928|15.4704,21.8,-31.7928|-0.5,-0.4001,-2.5,-1,0,0,0,0,1,0,1,0|0,10.7999,-3.5,1,0,0,0,0,-1,0,1,0|-75.02'
  398. ..'96,21.6,-35.2928|2,43.2,1|-75.0296,21.6,-28.2928|0,21.6,0,-1,-0,-0,0,0,1,0,1,0|-0.5,-0.2,3.5,-1,0,0,0,0,1,0,1,0|-0.5,-0.2,-3.5,1,-0,-0,0,0,1,0,-1,-0|-45.5296,18,-28.2928|1,36,1|-45.5296,18,-35.2928|0,18,0,-1,-0,-0,0,0,1,0,1,0|-22.5567,30.5094,-31.7928|8,-0.4002,-2.5,-1.0001,-0.0001,-0.0001,0,0,1,0,1,0|-44.5296,18,-28.2928|-44.5296,18,-35.2928|-15.5296,14.4,-28.2928|1,28.8,1|-16.0296,29.6,-29.2928|-0.5,0.1'
  399. ..'999,2.5,1,0,0,0,0,-1,0,1,0|-15.5296,29,-31.7928|0,14.3999,3.5,1,0,0,0,0,-1,0,1,0|-16.0296,29.6,-34.2928|-0.5,0.1999,-2.5,1,0,0,0,0,-1,0,1,0|-15.5296,14.4,-35.2928|13.9704,22.4,-29.2928|14.4704,21.8,-31.7928|13.9704,22.4,-34.2928|-0.2667,25.4435,-31.7928|7.4435,23.3096,-31.7928|8,-0.4001,2.5,-1.0001,0,0,0,0,1,0,1,0|-0.1067,26.0218,-29.2928|-8,0.2,2.5,1,0,0,0,0,-1.0001,0,1,0|0,0.2,2.5,1,0,0,0,0,-1.0001,0,1,'
  400. ..'0|8,0.2,2.5,1,0,0,0,0,-1.0001,0,1,0|-7.9769,27.5773,-31.7928|-8.0001,-0.4001,2.5,-1.0001,0,0,0,0,1,0,1,0|-0.1067,26.0218,-34.2928|0,0.2,-2.5,1,0,0,0,0,-1.0001,0,1,0|-14.5296,29,-31.7928|0,14.3999,-3.5,1,0,0,0,0,-1,0,1,0|-14.0296,29.6,-29.2928|-14.0296,29.6,-34.2928|-14.5296,14.4,-35.2928|-14.5296,14.4,-28.2928|59.8932,11.6213,-29.2928|59.7332,11.0431,-31.7928|0,-0.4,2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|0,-0'
  401. ..'.4,-2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|59.8932,11.6213,-34.2928|67.4433,8.9092,-31.7928|8,-0.4,2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|8,-0.4,-2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|52.023,13.1769,-31.7928|-8,-0.4,2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|-8,-0.4,-2.5,-1,0,-0.0001,0,0,1,-0.0001,1,0|45.4704,7.2,-28.2928|0,7.2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2,3.5,-1,0,0,0,0,1,0,1,0|45.9704,15.2,-29.2928|45.4704,7.2,-35.2928|4'
  402. ..'5.4704,14.6,-31.7928|45.9704,15.2,-34.2928|74.4704,3.6,-28.2928|1,7.2,1|73.9704,8,-29.2928|74.4704,7.4,-31.7928|0,3.6,3.5,1,0,0,0,0,-1,0,1,0|73.9704,8,-34.2928|74.4704,3.6,-35.2928|52.4704,8.6,30.7072|-25000,-0,-0|1,0.4,7|48.4694,9.4003,31.7072|0,180,0|2,3.6,1|52.4704,8.6,25.7072|52.9694,9.4003,31.7072|7,3.6,1|52.9694,9.4003,24.7072|52.4694,7.4003,28.2072|48.4694,9.4003,24.7072|1,3.6,2|127.4712,0.2,-31.79'
  403. ..'28|134.4705,0.2,-31.7928|-14.5,-0.4001,2.5,-1,0,-0,0,0,1,-0,1,-0|-14.5,-0.4001,-2.5,-1,0,-0,0,0,1,-0,1,-0|119.9705,0.8,-34.2928|7.5007,0.2,2.5,1,0,0,-0,-0,-1.0001,0,1,0|119.9705,0.2,-31.7928|0,-0.4001,2.5,-1,0,-0,0,0,1,-0,1,-0|0,-0.4001,-2.5,-1,0,-0,0,0,1,-0,1,-0|119.9705,0.8,-29.2928|7.5007,0.2,-2.5,1,0,0,-0,-0,-1.0001,0,1,0|112.4708,0.2,-31.7928|7.4996,-0.4001,2.5,-1.0001,0,-0,0,0,1,-0,1,-0|7.4996,-0.40'
  404. ..'01,-2.5,-1.0001,0,-0,0,0,1,-0,1,-0|105.4705,0.2,-31.7928|14.5,-0.4001,2.5,-1,0,-0,0,0,1,-0,1,-0|14.5,-0.4001,-2.5,-1,0,-0,0,0,1,-0,1,-0|0.8431,0.7725,0.6039|69.9704,37.2,50.2072|6,14.4,2|-2,-0.6,0,-1,0,0,0,0,1,0,1,0|0,-7.2001,0,1,0,0,-0,-0,-1,0,1,0|-2,1.1999,2,0,-1,0,0,0,-1,1,0,0|0,0.5999,0,0,-1,0,0,0,-1,1,0,0|73.9704,38.4,48.2072|6,12,2|0,6,0,-1,-0,-0,0,0,1,0,1,0|2,-0.6001,0,-1,0,0,0,0,1,0,1,0|0,-6,0,1,0'
  405. ..',0,-0,-0,-1,0,1,0|1,0.5999,0,1,0,0,0,0,-1,0,1,0|73.9704,31.8,47.2072|8,1.2,2|69.9704,29.4,50.2072|2,1.2,2|0,-0.6001,0,1,0,0,-0,-0,-1,0,1,0|-4,0.6,2,-1,0,0,0,0,-1,0,-1,0|0.5843,0.4745,0.4666|67.9704,45,48.2072|6,1.2,2|-2,7.2,-2,0,-1,0,0,0,-1,1,0,0|71.9704,45,50.2072|2,6,2,0,1,0,0,0,-1,-1,0,0|73.9704,45,46.2072|67.9704,28.8,48.2072|6,2.4,2|67.9704,37.2,46.2072|-2,-0.6,0,1,0,0,0,0,1,0,-1,0|2,-0.6,-2,0,-1,0,0'
  406. ..',0,1,-1,0,0|2,1.1999,0,1,0,0,0,0,-1,0,1,0|-2,1.2,0,1,0,0,0,0,-1,0,1,0|71.9704,38.4,44.2072|-2,-0.6001,2,0,-1,0,0,0,1,-1,0,0|-3,0.5999,2,0,-1,0,0,0,-1,1,0,0|0,1.2,1,0,1,0,0,0,-1,-1,0,0|70.9704,31.2,44.2072|2,2.4,4|0,-1.2001,0,1,0,0,-0,-0,-1,0,1,0|22,0.6,3,-1,0,0,0,0,-1,0,-1,0|69.9704,29.4,44.2072|0,0.6,0,-1,-0,-0,0,0,1,0,1,0|0,-1.2001,-1,-1,0,0,0,0,1,0,1,0|22,0.6,2,-1,0,0,0,0,-1,0,-1,0|69.9704,45,44.2072|2'
  407. ..',6,0,1,0,0,0,0,-1,0,1,0|67.9704,28.8,44.2072|2,2.4,2|22,0.5999,2,-1,0,0,0,0,-1,0,-1,0|Cart-Regen|Cart|CarOn|Safe|0.9607,0.8039,0.1882|95.5116,10.3298,28.2211|-1.13,-90.02,-0.02|0.0036,0.0026,0.0006|2,0.4,3|1|Speed|25|Con|93.5553,12.5688,28.2214|-0.02,179.9799,1.1299|0.0007,0,-0.0073|1,0.4,2|Click|10|Engine|96.4995,9.7102,28.2211|0.0045,0.0039,0.0041|4,0.8,5|0,0,0|BV|24.9951,-15,0.0079|20000,2000,20000|0,-'
  408. ..'30000,0|-1,0.1999,0,0,0.9999,-0.0001,0,0,-1,-1,0,0|-2,0.4,-0.0001,0,0.9999,-0.0001,0,0,-1,-1,0,0|0,0,-2.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-0.4001,-1.1001,-1,0,0,0,-0.0001,0.9999,-0.0001,1,-0.0001|2,0.3999,-1.5001,0,0.9999,-0.0001,0,0,-1,-1,0,0|0,0.4,-0.0001,0,0.9999,-0.0001,0,0,-1,-1,0,0|1,0.2,0,0,0.9999,-0.0001,0,0,-1,-1,0,0|0,0,2.5,1,0,0,0,1,0,0,0,1|0,-0.4001,-1.1,-1,-0.0001,0,0,0,0.9999,0,1,0|0,0.4,0,-1,-0,-'
  409. ..'0,0,0,1,0,1,0|0,-0.2,-1,-1,0,0,-0.0001,0,1,0,0.9999,0|94.4818,8.8641,30.7187|82.0999,-87.02,-176.98|0.0146,-0.2702,-0.0161|1,1,1|6|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|0,-0.09,-2,1,0,0,0,1,0,0,0,1|96.4838,8.9104,28.2208|0.0055,0.0039,0.0048|1,0.8,4|95.4748,8.4305,26.7207|-0.08,-4.5301,88.8799|-0.0185,-0.0069,-0.0564|0,-0.2,1.5,-1,-0,-0,0,0,1,0,1,0|98.4835,8.8108,25.7219|74.0299,93.9,-175.89|0.0177,-1.0913,0.4378|'
  410. ..'0,-0.0701,0.5,-1,-0,-0,0,1,0,-0,-0,-1|99.4871,9.0513,28.2218|0.0053,0.0079,0.0136|1,0.4,4|96.4842,8.8383,25.7192|73.4899,92.5899,-177.23|0.0605,0.6915,-0.6038|0,-0.08,2,-1,-0,-0,0,1,0,-0,-0,-1|96.4825,8.8368,30.7195|66.9899,-88.1601,-178.03|-0.015,0.8076,-0.0305|0,-0.08,-2,1,0,0,0,1,0,0,0,1|94.483,8.8657,25.7203|9.25,-90.09,-0.4601|0.0352,-0.4041,-0.6081|0,-0.09,2,-1,-0,-0,0,1,0,-0,-0,-1|98.4834,8.871,28.'
  411. ..'2214|0.0056,0.0066,0.0108|1,0.8,2|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,-0.2001,-0.0001,0,0,-1,-0.0001,1,-0.0001,0.9999,-0.0001,0|-0.0001,-0.4001,-2,0,-1,0,-0.0001,-0.0001,1,-1,0,0|99.474,8.3517,26.7215|1.09,74.9,89.72|0.0113,0.1944,-0.1368|97.4875,9.0907,28.2212|0.0053,0.0053,0.0076|99.4207,10.7529,28.2225|-88.8701,88.79,-178.81|0.0031,0.0078,0.0118|4,0.8,3|95.4737,8.4293,29.7193|0.7699,133.86,90.8199|-0.050'
  412. ..'2,0.0105,0.0148|0,-0.2,-1.5,-1,-0,-0,0,0,1,0,1,0|98.4823,8.8092,30.7202|2.5199,-89.92,-178.89|0.0122,-1.0424,0.0439|0,-0.0701,-0.5,1,0,0,0,1,0,0,0,1|99.4729,8.3504,29.7195|0.86,125.66,90.72|0.0287,0.0157,-0.0523|96.5205,10.809,30.6216|-88.8701,88.79,91.19|-0.0041,0.0063,0.0031|5,0.8,3|0,-1000,0|1.9999,1.0999,-0.0001,0,0,-1,0,1,-0.0001,0.9999,0,0|94.4842,8.9498,28.2202|0.0055,0.0013,-0.0011|98.4839,8.8716,'
  413. ..'26.7214|0.01,0.0051,0.0108|98.4829,8.8704,29.7214|0.0011,0.008,0.0108|1.4999,-0.4001,-2,0,-1,0,-0.0001,-0.0001,1,-1,0,0|96.522,10.811,25.8216|-88.8701,88.79,-88.81|0.0101,0.0017,0.0031|-2,1.0999,0,0,0,0.9999,-0.0001,1,0,-1,0,0|93.6218,10.8671,28.2207|-88.8701,88.79,1.19|0.0029,0.0001,-0.0055|0,0,1.5,1,0,0,0,1,0,0,0,1|-0.1,-0.2001,-0.0001,0,0.9999,0,-0.0001,-0.0001,1,0.9999,-0.0001,-0.0001|95.4879,9.13,28.'
  414. ..'2206|0.0052,0.0026,0.0017|AutoPilot|112.4698,7.3999,28.2072|-7.5007,-0.4001,-2.5,-1.0001,0,0,0,0,1,0,1,0|105.4705,7.4,28.2072|119.9705,8,30.7072|-14.5,0.1999,2.5,1,0,0,0,0,-1,0,1,0|14.5,0.1999,2.5,1,0,0,0,0,-1,0,1,0|119.9705,7.4,28.2072|0,-0.4,-2.5,-1,0,0,0,0,1,0,1,0|119.9705,8,25.7072|-14.5,0.1999,-2.5,1,0,0,0,0,-1,0,1,0|-7.4996,0.2,-2.5,1,0,0,0,0,-1.0001,0,1,0|7.5006,0.2,-2.5,1,0,0,0,0,-1.0001,0,1,0|0,0'
  415. ..'.1999,-2.5,1,0,0,0,0,-1,0,1,0|14.5,0.1999,-2.5,1,0,0,0,0,-1,0,1,0|127.47,7.3999,28.2072|7.4994,-0.4001,-2.5,-1.0001,0,0,0,0,1,0,1,0|134.4705,7.4,28.2072|103.9705,0.8,-29.2928|97.4704,0.8,-28.2928|1,1.6,1|104.4705,0.2,-31.7928|89.6705,2.0005,-28.2928|1,4,1|103.9705,0.8,-34.2928|89.7333,3.8435,-31.7928|0,-0.4,2.5,-1.0001,0,0,0,0,1,0,1,0|0,-0.4,-2.5,-1.0001,0,0,0,0,1,0,1,0|97.4435,1.7097,-31.7928|7.9999,-0.4'
  416. ..'001,-2.5,-1.0001,0,0,0,0,1,0,1,0|89.8934,4.4218,-29.2928|97.4704,0.8,-35.2928|82.0231,5.9774,-31.7928|-8.0001,-0.4001,-2.5,-1.0001,0,0,0,0,1,0,1,0|89.8934,4.4218,-34.2928|-8,0.2,-2.5,1,0,0,0,0,-1.0001,0,1,0|8,0.2,-2.5,1,0,0,0,0,-1.0001,0,1,0|81.9704,3.0005,-28.2928|1,6,1|89.6705,2.0005,-35.2928|81.9704,3.0005,-35.2928|75.4704,7.4,-31.7928|75.9704,8,-29.2928|75.9704,8,-34.2928|0.5,0.1999,-2.5,1,0,0,0,0,-1,'
  417. ..'0,1,0|75.4704,3.6,-35.2928|0,3.6,0,-1,-0,-0,0,0,1,0,1,0|0,-0.2,-3.5,-1,0,0,0,0,1,0,1,0|75.4704,3.6,-28.2928|152.0314,0.8,-20.6878|0,-77.14,0|150.7369,0.8,-24.3866|0,-64.28,0|148.6518,0.8,-27.7048|0,-51.4301,0|147.9604,0.2,-24.2936|0,-60,0|146.1077,0.8,-22.4685|0,-63,0|146.8584,0.8001,-20.6562|0,-72,0|145.8807,0.8,-30.4758|0,-38.57,0|145.0827,0.8,-24.1409|0,-54,0|142.3172,0.8,-26.9063|0,-36,0|143.8088,0.8,'
  418. ..'-25.6324|0,-45,0|142.4697,0.2,-29.784|0,-30,0|142.5625,0.8,-32.5607|0,-25.71,0|140.6447,0.8,-27.9312|0,-27,0|138.8636,0.8,-33.855|0,-12.86,0|138.8325,0.8001,-28.6818|0,-18,0|136.9252,0.8,-29.1397|0,-9,0|147.3164,0.8,-18.7489|0,-81,0|135.4707,0.8,-29.2931|-0.0011,0.2,-2.5006,1,-0.0001,-0,0,0,-1.0001,0,1,0|135.4708,0.8,-34.2931|-0.0012,0.2,2.4994,1,-0.0001,-0,0,0,-1.0001,0,1,0|135.4696,0.2,-31.7937|135.9695'
  419. ..',0.8,-34.2937|152.4705,0.8,-17.2928|-0.0001,0.2,2.5,0,1,0,0,0,-1,-1,0,0|152.4704,0.8,-17.7936|147.4705,0.8,-17.2929|149.9705,0.2,-17.2928|0.5005,-0.4001,2.4999,1,0,0,0,0,1,0,-1,0|-2.5,-0.4001,0,-0.0001,-1,-0,0,0,1,-1,0,0|94.4704,13.2,56.2072|1,2.4,2|-0.5,0,0,0,0,1,0,1,0,-1,0,0|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|-0.5,-0.6001,0,-1,0,0,0,0,1,0,1,0|0,4.2,0,1,0,0,0,0,-1,0,1,0|0.6274,0.3725,0.2078|94.4704,7.8,56.2072'
  420. ..'|1,8.4,2|0,-4.2001,0,1,0,0,-0,-0,-1,0,1,0|7.5,1.2,27,1,0,0,0,0,-1,0,1,0|101.9705,25.8,2.2072|-15.0001,1.1999,0,0,-1,0,0,0,-1,1,0,0|67.9704,25.8,22.2072|46,1.2,6|19,1.1999,-20,0,1,0,0,0,-1,-1,0,0|0,-0.6001,2,-1,0,0,0,0,1,0,1,0|-7,0.6,-2,1,0,0,0,0,-1,0,1,0|75.9704,30.6,29.2072|60,1.2,6|-18,-0.6001,-2,-1,0,0,0,0,1,0,1,0|7,0.6,-2,1,0,0,0,0,-1,0,1,0|11,1.2,-27,0,1,0,0,0,-1,-1,0,0|65.9704,24.6,29.2072|0,0.6,-2,'
  421. ..'1,0,0,0,0,-1,0,1,0|77.9704,31.8,29.2072|81.9704,34.2,29.2072|-27,0.6,2,1,0,0,0,0,-1,0,1,0|27,0.6,2,1,0,0,0,0,-1,0,1,0|0,-0.6,2,-1,0,0,0,0,1,0,1,0|79.9704,33,29.2072|7,1.2,-27,0,1,0,0,0,-1,-1,0,0|83.9704,35.4,29.2072|3,1.1999,-27,0,1,0,0,0,-1,-1,0,0|89.9704,35.4,29.2072|-3,1.1999,-27,0,-1,0,0,0,-1,1,0,0|91.9704,34.2,29.2072|95.9704,31.8,29.2072|97.9704,30.6,29.2072|-11,1.2,27,0,-1,0,0,0,-1,1,0,0|-11,1.2,-2'
  422. ..'7,0,-1,0,0,0,-1,1,0,0|105.9705,23.4,56.2072|-19.0001,1.1999,0,0,-1,0,0,0,-1,1,0,0|-27,-0.6001,-2,-1,0,0,0,0,1,0,1,0|95.4704,13.2,56.2072|97.9704,15,56.2072|97.9704,2.4,59.2072|6,2.4,4|-11,0.6,-30,-1,0,0,0,0,-1,0,-1,0|97.9704,4.2,57.2072|6,1.2,4|11,1.1999,28,1,0,0,0,0,-1,0,1,0|0,1.1999,-2,1,0,0,0,0,-1,0,1,0|97.9704,1.2,62.2072|97.9704,0.6,64.2072|97.9704,18,56.2072|8,4.8,2|0,2.4,0,-1,-0,-0,0,0,1,0,1,0|-11,'
  423. ..'-1.2,0,1,0,0,0,0,1,0,-1,0|0,-2.4001,0,1,0,0,-0,-0,-1,0,1,0|3,0.6,0,1,0,0,0,0,-1,0,1,0|3,0.6,0,-1,0,0,0,0,-1,0,-1,0|0,0.6,0,-1,0,0,0,0,-1,0,-1,0|86.9704,2.4,29.2072|56,2.4,56|0,0.5999,0,-1,0,0,0,0,-1,0,-1,0|100.4704,13.2,56.2072|101.4704,13.2,56.2072|100.9704,15,56.2072|-0.5,1.2,0,1,0,0,0,0,-1,0,1,0|1,0,0,0,0,1,0,1,0,-1,-0,-0|-2,0,0,0,0,1,0,1,0,-1,0,0|101.4704,7.8,56.2072|14.5,1.1999,27,-1,0,0,0,0,-1,0,-1,'
  424. ..'0|0,4.2,0,-1,-0,-0,0,0,1,0,1,0|0,-1.2001,0,-1,0,0,0,0,1,0,1,0|59.9704,4.8,29.2072|30,2.4,2|-27,1.1999,0,0,1,0,0,0,-1,-1,0,0|5,-7.2001,0,-1,0,0,0,0,1,0,1,0|-11,-7.2001,0,-1,0,0,0,0,1,0,1,0|59.9704,13.2,40.2072|8,14.4,2|11,-0.6,0,1,0,0,0,0,1,0,-1,0|-11,1.2,0,1,0,0,0,0,-1,0,1,0|75.9704,28.2,2.2072|11,1.2,0,0,1,0,0,0,-1,-1,0,0|-20,-0.6001,-2,-1,0,0,0,0,1,0,1,0|86.9704,28.8,2.2072|20,2.4,2|0,1.2,0,1,0,0,0,0,-1'
  425. ..',0,1,0|79.9704,30.6,2.2072|7,1.2,0,0,1,0,0,0,-1,-1,0,0|93.9704,30.6,2.2072|-7,1.2,0,0,-1,0,0,0,-1,1,0,0|27,-0.6001,-2,-1,0,0,0,0,1,0,1,0|86.9704,31.2,2.2072|12,2.4,2|83.9704,33,2.2072|3,1.2,0,0,1,0,0,0,-1,-1,0,0|89.9704,33,2.2072|-3,1.2,0,0,-1,0,0,0,-1,1,0,0|86.9704,33.6,2.2072|4,2.4,2|109.9705,23.4,29.2072|-23.0001,1.1999,-27,0,-1,0,0,0,-1,1,0,0|111.9705,22.2,29.2072|71.9704,28.2,22.2072|69.9704,27,22.20'
  426. ..'72|20,0.6,2,1,0,0,0,0,-1,0,1,0|97.9704,28.2,56.2072|101.9705,28.2,29.2072|-15.0001,1.2,-27,0,-1,0,0,0,-1,1,0,0|101.9705,25.8,56.2072|99.9704,29.4,29.2072|0,0.6,-2.0001,1,0,0,0,0,-1,0,1,0|103.9705,27,29.2072|105.9705,25.8,29.2072|-19.0001,1.1999,27,0,-1,0,0,0,-1,1,0,0|-19.0001,1.1999,-27,0,-1,0,0,0,-1,1,0,0|107.9705,24.6,29.2072|63.9704,23.4,29.2072|23,1.1999,-27,0,1,0,0,0,-1,-1,0,0|73.9704,29.4,22.2072|0,'
  427. ..'0.5999,-2,1,0,0,0,0,-1,0,1,0|93.9704,33,29.2072|-7,1.2,-27,0,-1,0,0,0,-1,1,0,0|86.9704,36.6,29.2072|60,1.2,8|0,0.6,-3,-1,0,0,0,0,-1,0,-1,0|0,-0.6001,0,-1,0,0,0,0,1,0,1,0|0,0.6,-3,1,0,0,0,0,-1,0,1,0|86.9704,37.8,29.2072|60,1.2,4|109.9705,21,56.2072|2.5,8.3999,0,0,1,0,0,0,-1,-1,0,0|113.9705,21,29.2072|-5,7.1999,0,-1,0,0,0,0,-1,0,-1,0|6,7.1999,0,-1,0,0,0,0,-1,0,-1,0|11,7.1999,0,-1,0,0,0,0,-1,0,-1,0|5.5,8.399'
  428. ..'9,27,0,1,0,0,0,-1,-1,0,0|63.9704,21,2.2072|86.9704,21.6,2.2072|44,2.4,2|109.9705,21,2.2072|1.5,8.3999,0,0,1,0,0,0,-1,-1,0,0|67.9704,23.4,2.2072|19,1.1999,0,0,1,0,0,0,-1,-1,0,0|59.9704,13.2,34.2072|4,14.4,2|97.9704,9,46.2072|10,1.2,6|-1,0.5999,0,1,0,0,0,0,-1,0,1,0|0,-0.6001,-2,-0.0001,1,0,0,0,1,1,-0.0001,0|67.9704,25.8,54.2072|19,1.1999,2,0,1,0,0,0,-1,-1,0,0|25,0.6,-2,1,0,0,0,0,-1,0,1,0|75.9704,4.8,56.2072'
  429. ..'|8,2.4,2|-11,1.2,27,-1,0,0,0,0,-1,0,-1,0|0,-7.2001,0,1,0,0,0,0,1,0,-1,0|86.9704,12,56.2072|14,16.8,2|0,-8.4001,0,1,0,0,-0,-0,-1,0,1,0|0,1.1999,27,-1,0,0,0,0,-1,0,-1,0|66.4704,12,56.2072|11,16.8,2|-20.5,1.1999,27,-1,0,0,0,0,-1,0,-1,0|0,8.4,0,-1,-0,-0,0,0,1,0,1,0|0,-0.6,-2.5,0,-1,0,0,0,1,-1,0,0|27,-0.6,-6.5,0,-1,0,0,0,1,-1,0,0|59.9704,12,50.7072|13,16.8,2|-27,1.1999,21.5,0,-1,0,0,0,-1,1,0,0|75.9704,13.2,56.'
  430. ..'2072|94.9704,15,56.2072|63.9704,21,56.2072|67.9704,23.4,56.2072|71.9704,25.8,56.2072|15,1.1999,0,0,1,0,0,0,-1,-1,0,0|69.9704,27,54.2072|-2,0.6,2,1,0,0,0,0,-1,0,1,0|-6,-1.2001,2,1,0,0,0,0,1,0,-1,0|71.9704,28.2,54.2072|75.9704,28.2,56.2072|79.9704,30.6,56.2072|0.1568,0.498,0.2784|86.9704,0.6,29.2072|64,1.2,64|86.9704,28.8,56.2072|0,-0.6,-7,0,-1,0,0,0,1,-1,0,0|0,-0.6,-7,0,1,0,0,0,1,1,0,0|27,-0.6,-11,0,-1,0,0'
  431. ..',0,1,-1,0,0|86.9704,26.4,56.2072|28,2.4,2|-27,-0.6,-15.0001,0,1,0,0,0,1,1,0,0|0,-0.6,-11,0,1,0,0,0,1,1,0,0|0,-0.6,-11,0,-1,0,0,0,1,-1,0,0|2,-0.6,-15,0,-1,0,0,0,1,-1,0,0|86.9704,24,56.2072|36,2.4,2|86.9704,21.6,56.2072|-27,-0.6,-23.0001,0,1,0,0,0,1,1,0,0|0,8.4,0,1,0,0,0,0,-1,0,1,0|11,7.2,0,-1,0,0,0,0,-1,0,-1,0|0,-0.6,-19,0,-1,0,0,0,1,-1,0,0|-20.5001,8.4,0,-1,0,0,0,0,-1,0,-1,0|-20.5,8.4,0,1,0,0,0,0,-1,0,1,0'
  432. ..'|27,-0.6,-23,0,-1,0,0,0,1,-1,0,0|86.9704,24,2.2072|0,-0.6,-15,0,-1,0,0,0,1,-1,0,0|105.9705,23.4,2.2072|71.9704,25.8,2.2072|86.9704,26.4,2.2072|0,1.1999,0,1,0,0,0,0,-1,0,1,0|-20,-0.6001,-15,0,-1,0,0,0,1,-1,0,0|97.9704,28.2,2.2072|-11,1.2,0,0,-1,0,0,0,-1,1,0,0|89.9704,33,56.2072|86.9704,31.2,56.2072|0,-0.6,-3,0,1,0,0,0,1,1,0,0|-27,-0.6,-7,0,1,0,0,0,1,1,0,0|27,-0.6,-7,0,-1,0,0,0,1,-1,0,0|0,-0.6,-3,0,-1,0,0,0'
  433. ..',1,-1,0,0|66.4704,25.8,47.2072|4,1.2,3|18,0.6,-0.5,1,0,0,0,0,-1,0,1,0|93.9704,30.6,56.2072|59.9704,21,29.2072|-21.5,8.3999,0,1,0,0,0,0,-1,0,1,0|5,7.1999,0,-1,0,0,0,0,-1,0,-1,0|-11,7.1999,0,-1,0,0,0,0,-1,0,-1,0|61.9704,22.2,29.2072|107.4705,12,56.2072|20.5,1.1999,27,1,0,0,0,0,-1,0,1,0|-27,-0.6,-6.5,0,-1,0,0,0,1,-1,0,0|100.4704,11.4,28.2072|1,4.8,6|DoorScript|86.9704,4.8,2.2072|0,1.2,-27,1,0,0,0,0,-1,0,1,0|'
  434. ..'0,-7.2001,0,-1,0,0,0,0,1,0,1,0|11,-7.2001,0,-1,0,0,0,0,1,0,1,0|113.9705,4.8,29.2072|27,1.1999,0,0,-1,0,0,0,-1,1,0,0|-5,-7.2001,0,-1,0,0,0,0,1,0,1,0|97.9704,10.2,48.2072|2,1.2,6|2,0.5999,0,1,0,0,0,0,-1,0,1,0|97.9704,10.2,44.2072|6,1.2,6|86.9704,4.2,29.2072|52,1.2,52|0,1.1999,0,0,-1,0,0,0,-1,1,0,0|-9,-3,19,0,1,0,0,0,1,1,0,0|-7.5,-3,0,-1,0,0,0,0,1,0,1,-0|0,-3,-15.5,0,1,0,0,0,1,1,0,0|96.4694,9.4003,31.7072|80'
  435. ..',3.6,1|95.9694,9.4003,24.7072|79,3.6,1|113.9705,13.2,18.2072|59.9704,13.2,18.2072|59.9704,12,7.7072|-27,1.2,-21.5,0,1,0,0,0,-1,-1,0,0|-21.5,-0.6,0,1,0,0,0,0,1,0,-1,0|113.9705,12,8.7072|27,1.1999,-20.5,0,-1,0,0,0,-1,1,0,0|20.5,-0.6,0,1,0,0,0,0,1,0,-1,0|66.4704,12,2.2072|-20.5,1.2,-27,-1,0,0,0,0,-1,0,-1,0|20.5,-1.2001,0,-1,0,0,0,0,1,0,1,0|86.9704,13.2,2.2072|14,14.4,2|0,-1.2001,0,1,0,0,0,0,1,0,-1,0|59.9704,'
  436. ..'13.2,23.2072|2,14.4,2|-6,-0.6,0,-1,0,0,0,0,1,0,1,0|6,1.2,0,-1,0,0,0,0,-1,0,-1,0|108.4705,12,2.2072|21.5,1.1999,-27,1,0,0,0,0,-1,0,1,0|-21.5001,-1.2001,0,1,0,0,0,0,1,0,-1,0|75.9704,13.2,2.2072|11,-1.2001,0,1,0,0,0,0,1,0,-1,0|0,0,1,1,0,0,0,1,0,0,0,1|11,5.4,10.5,-1,0,0,0,1,0,0,0,-1|97.9704,13.2,2.2072|-11,5.4,10.5,-1,0,0,0,1,0,0,0,-1|-11,-1.2001,0,1,0,0,0,0,1,0,-1,0|113.9705,13.2,40.2072|-11,-0.6,0,1,0,0,0,0'
  437. ..',1,0,-1,0|11,1.2,0,1,0,0,0,0,-1,0,1,0|113.9705,12,50.7072|27,1.1999,21.5,0,-1,0,0,0,-1,1,0,0|83.9704,33,56.2072|86.9704,33.6,56.2072|-27,-0.6,-3,0,1,0,0,0,1,1,0,0|27,-0.6,-3,0,-1,0,0,0,1,-1,0,0|73.9704,29.4,54.2072|25,-0.6001,2,-1,0,0,0,0,1,0,1,0|4,-7.2001,4,0,-1,0,0,0,1,-1,0,0|67.9704,27,47.2072|1,-1.2001,0,1,0,0,0,0,1,0,-1,0|0,0.6,-1.5,1,0,0,0,0,-1,0,1,0|89.9704,6.2,28.2072|30,2.7999,8|113.9705,13.2,34.'
  438. ..'2072|113.9705,13.2,23.2072|-6,1.2,0,1,0,0,0,0,-1,0,1,0|89.9714,8.0001,30.7072|0.0009,1.4,2.5,1,0,0,0,0,-1,0,1,0|89.9714,8.0001,25.7072|0.0009,1.4,-2.5,1,0,0,0,0,-1,0,1,0|61.4704,8,30.7072|-13,0.1999,2.5,1,0,0,0,0,-1,0,1,0|-6.0001,0.1996,2.5,1,0,0,0,0,-1.0001,0,1,0|1.5,0.1999,2.5,1,0,0,0,0,-1,0,1,0|9.0011,0.1997,2.5,1,0,0,0,0,-1.0001,0,1,0|59.9704,7.4,28.2072|61.4704,8,25.7072|-6.0001,0.1996,-2.5,1,0,0,0,0'
  439. ..',-1.0001,0,1,0|1.5,0.1999,-2.5,1,0,0,0,0,-1,0,1,0|9.0011,0.1997,-2.5,1,0,0,0,0,-1.0001,0,1,0|67.4705,7.4003,28.2072|74.4704,7.4,28.2072|13,-0.4,2.5,-1,0,0,0,0,1,0,1,0|86.9704,7.8,36.7072|9,6,52|97.9704,5.4,49.2072|16,1.2,6|20,0.6,-11,1,0,0,0,0,-1,-0,1,0|0,0.6,-8,0,-1,0,0,0,-1,1,0,0|97.9704,6.6,48.2072|14,1.2,6|1,-0.6,0,-1,0,0,0,0,1,0,1,0|97.9704,7.8,47.2072|12,1.2,6|77.9704,7.8,48.2072|34,6,14|0,0,-7,-1,-'
  440. ..'0,-0,0,1,0,-0,-0,-1|2,-5.4001,-1,1,0,0,0,1,0,0,0,1|106.9705,7.8,48.2072|12,6,14|0,-3,0,1,0,0,-0,-0,-1,0,1,0|19,0.6,-20.0001,-0,-1,-0,-0,-0,-1,1,0,0|86.9704,7.8,13.7072|52,6,21|152.4705,0.8,-15.7928|153.4705,0.8,-9.2928|149.9705,0.2,-16.2928|0.5,-0.4001,-2.5,-1,-0,-0,0,0,1,0,1,0|0.5,-0.4001,2.5,-1,-0,-0,0,0,1,0,1,0|153.4705,2.0004,-1.4929|147.4705,0.8,-15.7928|149.9705,3.8435,-1.5557|0,90,-15.4701|149.9705'
  441. ..',1.7096,-9.2659|7.9999,-0.4001,2.5,-1.0001,0,0,0,0,1,0,1,0|152.4705,4.4217,-1.7158|0,0.1999,2.5,1,0,0,0,0,-1.0001,0,1,0|146.4705,0.8,-9.2928|149.9705,5.9773,6.1545|147.4705,4.4217,-1.7158|153.4705,3.0004,6.2072|146.4705,2.0004,-1.4929|146.4705,3.0004,6.2072|149.9705,7.4,12.7072|152.4705,8,12.2072|0.5,0.1999,2.5,1,-0,0,0,0,-1,0,1,0|147.4705,8,12.2072|0.5,0.1999,-2.5,1,-0,0,0,0,-1,0,1,0|146.4705,3.6,12.7072'
  442. ..'|0,-0.2,-3.5,-1,-0,-0,0,0,1,0,1,0|153.4705,3.6,12.7072|0,-0.2,3.5,-1,-0,-0,0,0,1,0,1,0|RaisedTrack-Curved|144.2214,3.6,29.2279|1,7.2,2|145.8825,7.9999,26.8884|0,-141.43,0|142.4713,7.3999,26.1969|0,-150,0|3.4999,3.5999,0,0,0.9999,-0.0001,0,-0.0001,-1,-1,0,-0.0001|-3.4999,3.5999,0,0,0.9999,-0.0001,0,-0.0001,-1,-1,0,-0.0001|150.7387,8.0001,20.799|0,-115.7201,0|146.1092,8.0001,18.8812|0,-117,0|144.931,3.6001,'
  443. ..'18.9562|-0.0001,-0.1999,3.4999,0,-1,0,0,0,1,-1,-0.0001,0|135.4704,8.0001,30.7071|-0.0001,0.2,2.4999,0,0.9999,-0.0001,-0.0001,-0.0001,-1,-1,0,0|135.9712,8.0001,30.7071|0.5007,0.2,2.4999,-1,-0.0001,-0.0001,0,-0.0001,-1,0,-1,0|148.6537,8.0001,24.1172|0,-128.5701,0|140.7213,3.6,23.166|150.9929,3.6001,22.4563|0,-0.1999,-3.5,0,-1,0,0,0,1,-1,-0.0001,0|138.8653,8.0001,30.2681|0,-167.14,0|142.5643,8.0001,28.9735|0'
  444. ..',-154.28,0|140.6462,8.0001,24.3443|0,-153,0|138.834,8.0001,25.0951|0,-162,0|142.3187,8.0001,23.3193|0,-144,0|145.0842,8.0001,20.5537|0,-126,0|143.8103,8.0001,22.0454|0,-135,0|147.9619,7.3999,20.7062|0,-120,0|135.4705,7.4,28.2072|3.5,3.6,0,-0,-1,0,0,0,-1,1,0,0|-2.5001,-0.4001,-0.0001,-0.0001,-1,-0.0001,-0.0001,-0.0001,1,-1,0,-0.0001|-3.5,3.6,0,-0,-1,0,0,0,-1,1,0,0|135.4705,3.6,31.7072|152.0331,8.0001,17.10'
  445. ..'01|0,-102.8601,0|146.4718,3.6,13.7061|0,-0.2,-3.5,0,0.9999,-0.0001,-0.0001,-0.0001,1,0.9999,0,-0.0001|135.4705,3.6,24.7072|146.8598,8.0001,17.069|0,-108,0|147.3178,8.0001,15.1618|0,-99,0|136.9267,8.0001,25.5531|0,-171,0|135.4706,8.0001,25.7071|147.4711,8.0001,13.7073|-0.0012,0.2,-2.5007,0.9999,-0.0001,-0.0001,-0.0001,-0.0001,-1,0,0.9999,-0.0001|149.9718,7.4,13.7062|152.4718,8,14.2062|-0.5,0.1999,2.4999,-1'
  446. ..',0,0,0,0,-1,0,-1,0|153.4718,3.6,13.7062|0,-0.2,3.4999,0,0.9999,-0.0001,-0.0001,-0.0001,1,0.9999,0,-0.0001|152.4711,8.0001,13.7074|-0.0012,0.2,2.4992,0.9999,-0.0001,-0.0001,-0.0001,-0.0001,-1,0,0.9999,-0.0001|70.5704,46.1,47.2072|0,180,-90;0,8>11>6,8>12>722,9>13>651,10>13>21,31>11>30,31>12>28,32>11>30,32>12>34,33>11>30,33>12>29,36>11>35,36>12>40,39>11>38,39>12>40,41>11>40,41>12>174,42>11>40,42>12>37,44>11>'
  447. ..'43,44>12>53,46>11>45,46>12>56,47>11>45,47>12>48,49>11>48,49>12>55,51>11>50,51>12>56,52>11>50,52>12>48,54>11>53,54>12>174,57>11>56,57>12>55,59>11>58,59>12>53,62>11>61,62>12>178,63>11>61,63>12>65,64>11>61,64>12>60,68>11>67,68>12>66,70>11>69,70>12>181,71>11>69,71>12>67,72>11>69,72>12>73,74>11>73,74>12>66,77>11>76,77>12>183,78>11>76,78>12>184,79>11>76,79>12>81,80>11>76,80>12>75,82>13>93,103>11>102,103>12>106,'
  448. ..'104>11>102,104>12>101,105>11>102,105>12>100,109>11>108,109>12>112,111>11>110,111>12>112,113>11>112,113>12>107,114>13>117,118>11>117,118>12>115,119>11>117,119>12>116,121>11>120,121>12>117,123>11>122,123>12>130,124>11>122,124>12>128,125>11>122,125>12>120,126>11>122,126>12>115,127>11>122,127>12>116,129>11>128,129>12>117,131>11>130,131>12>117,142>11>141,142>12>140,144>11>143,144>12>140,149>11>148,149>12>160,1'
  449. ..'50>11>148,150>12>147,151>11>148,151>12>146,152>11>148,152>12>145,154>11>153,154>12>161,155>11>153,155>12>156,158>11>157,158>12>161,159>11>157,159>12>156,163>11>162,163>12>161,164>11>162,164>12>156,166>11>165,166>12>171,169>11>168,169>12>171,172>11>171,172>12>170,173>11>171,173>12>167,176>11>175,176>12>53,177>11>175,177>12>40,180>11>179,180>12>61,182>11>181,182>12>66,187>11>186,187>12>188,189>11>188,189>12'
  450. ..'>192,191>11>190,191>12>188,195>11>194,195>12>193,196>11>194,196>12>197,200>11>199,200>12>207,202>11>201,202>12>199,203>11>201,203>12>198,204>11>201,204>12>205,206>11>205,206>12>207,208>11>207,208>12>198,210>11>209,210>12>217,211>11>209,211>12>216,212>11>209,212>12>215,213>11>209,213>12>214,218>13>220,219>13>220,222>11>221,222>12>224,223>11>221,223>12>220,226>11>225,226>12>224,227>11>225,227>12>220,229>11>'
  451. ..'228,229>12>224,230>11>228,230>12>220,232>11>231,232>12>236,234>11>233,234>12>236,237>11>236,237>12>235,239>11>238,239>12>236,243>11>242,243>12>247,244>11>242,244>12>241,245>11>242,245>12>246,257>13>262,260>11>259,260>12>267,261>11>259,261>12>262,263>11>262,263>12>258,265>11>264,265>12>267,266>11>264,266>12>262,268>11>267,268>12>258,270>11>269,270>12>267,271>11>269,271>12>262,273>11>272,273>12>267,274>11>2'
  452. ..'72,274>12>262,275>13>283,277>11>276,277>12>288,278>11>276,278>12>291,279>11>276,279>12>284,281>11>280,281>12>290,282>11>280,282>12>283,285>11>284,285>12>647,287>11>286,287>12>276,289>11>288,289>12>280,293>11>292,293>12>286,294>11>292,294>12>306,295>11>292,295>12>291,296>11>292,296>12>308,298>11>297,298>12>290,299>11>297,299>12>283,300>11>297,300>12>301,302>11>301,302>12>589,304>11>303,304>12>301,305>11>30'
  453. ..'3,305>12>562,307>11>306,307>12>297,309>11>308,309>12>563,310>13>319,311>13>319,324>11>319,324>12>375,325>11>319,325>12>364,326>11>319,326>12>352,327>11>319,327>12>365,328>11>319,328>12>334,329>11>319,329>12>351,330>11>319,330>12>372,331>11>319,331>12>313,333>11>332,333>12>364,336>11>335,336>12>375,338>11>337,338>12>365,341>11>340,341>12>334,343>11>342,343>12>334,345>11>344,345>12>364,347>11>346,347>12>339'
  454. ..',348>11>346,348>12>319,350>11>349,350>12>339,355>11>354,355>12>375,357>11>356,357>12>366,359>11>358,359>12>339,363>11>360,363>12>319,367>11>366,367>12>319,371>11>368,371>12>319,374>11>372,374>12>316,377>13>381,379>11>378,379>12>381,382>11>381,382>12>394,383>11>381,383>12>380,385>11>384,385>12>381,387>11>386,387>12>394,388>11>386,388>12>392,389>11>386,389>12>378,390>11>386,390>12>384,391>11>386,391>12>380,'
  455. ..'393>11>392,393>12>381,395>13>398,397>11>396,397>12>399,402>11>401,402>12>399,404>11>403,404>12>412,405>11>403,405>12>408,407>11>406,407>12>408,411>11>410,411>12>408,413>11>412,413>12>406,414>11>412,414>12>410,419>11>418,419>12>420,422>11>421,422>12>418,424>11>423,424>12>418,426>11>425,426>12>418,427>13>438,446>11>445,446>12>449,448>11>447,448>12>449,450>11>449,450>12>451,453>11>452,453>12>456,457>11>456,4'
  456. ..'57>12>454,458>11>456,458>12>455,460>11>459,460>12>504,461>11>459,461>12>635,462>11>459,462>12>463,464>11>463,464>12>518,466>11>465,466>12>673,468>11>467,468>12>673,469>11>467,469>12>563,470>11>467,470>12>476,472>11>471,472>12>283,473>11>471,473>12>589,474>11>471,474>12>540,475>11>471,475>12>478,477>11>476,477>12>587,480>11>479,480>12>763,481>11>479,481>12>550,482>11>479,482>12>487,483>11>479,483>12>484,48'
  457. ..'5>11>484,485>12>549,486>11>484,486>12>478,488>11>487,488>12>555,490>11>489,490>12>555,492>11>491,492>12>489,494>11>493,494>12>695,495>11>493,495>12>591,497>11>496,497>12>652,498>11>496,498>12>540,499>11>496,499>12>572,500>11>496,500>12>493,502>11>501,502>12>664,503>11>501,503>12>584,507>11>506,507>12>651,509>11>508,509>12>518,510>11>508,510>12>506,514>11>513,514>12>664,515>11>513,515>12>635,516>11>513,516'
  458. ..'>12>524,517>11>513,517>12>505,519>11>518,519>12>651,522>11>521,522>12>524,523>11>521,523>12>520,525>11>524,525>12>520,526>11>524,526>12>505,528>11>527,528>12>518,529>11>527,529>12>521,531>11>530,531>12>518,532>11>530,532>12>616,533>11>530,533>12>731,535>11>534,535>12>696,536>11>534,536>12>530,538>11>537,538>12>679,539>11>537,539>12>589,541>11>540,541>12>549,542>11>540,542>12>679,544>11>543,544>12>540,545>'
  459. ..'11>543,545>12>478,547>11>546,547>12>540,548>11>546,548>12>493,551>11>550,551>12>549,553>11>552,553>12>549,554>11>552,554>12>491,556>11>555,556>12>549,558>11>557,558>12>609,560>11>559,560>12>602,561>11>559,561>12>557,564>11>563,564>12>678,565>11>563,565>12>562,568>11>567,568>12>679,569>11>567,569>12>576,571>11>570,571>12>663,573>11>572,573>12>566,574>11>572,574>12>682,575>11>572,575>12>567,577>11>576,577>1'
  460. ..'2>570,578>11>576,578>12>465,580>11>579,580>12>663,581>11>579,581>12>673,582>11>579,582>12>584,583>11>579,583>12>576,585>11>584,585>12>676,586>11>584,586>12>557,588>11>587,588>12>609,590>11>589,590>12>562,592>11>591,592>12>549,593>11>591,593>12>491,595>11>594,595>12>489,596>11>594,596>12>598,597>11>594,597>12>487,600>11>599,600>12>704,601>11>599,601>12>559,603>11>602,603>12>776,604>11>602,604>12>777,605>11'
  461. ..'>602,605>12>730,606>11>602,606>12>748,608>11>607,608>12>701,611>11>610,611>12>748,612>11>610,612>12>559,614>11>613,614>12>609,615>11>613,615>12>476,618>11>617,618>12>803,619>11>617,619>12>722,621>11>620,621>12>663,622>11>620,622>12>476,624>11>623,624>12>518,625>11>623,625>12>634,627>11>626,627>12>518,629>11>628,629>12>518,630>11>628,630>12>637,631>11>628,631>12>696,633>11>632,633>12>518,636>11>635,636>12>'
  462. ..'504,639>11>638,639>12>476,641>11>640,641>12>663,643>11>642,643>12>640,644>11>642,644>12>647,645>11>642,645>12>291,646>11>642,646>12>620,650>11>649,650>12>478,653>11>652,653>12>649,654>11>652,654>12>695,655>11>652,655>12>471,657>11>656,657>12>567,658>11>656,658>12>566,659>11>656,659>12>652,660>11>656,660>12>648,661>11>656,661>12>663,662>11>656,662>12>647,665>11>664,665>12>557,666>11>664,666>12>626,667>11>6'
  463. ..'64,667>12>634,668>11>664,668>12>638,669>11>664,669>12>663,670>11>664,670>12>704,671>11>664,671>12>628,672>11>664,672>12>587,674>11>673,674>12>678,675>11>673,675>12>609,677>11>676,677>12>609,680>11>679,680>12>673,681>11>679,681>12>562,683>11>682,683>12>679,685>11>684,685>12>491,687>11>686,687>12>684,688>11>686,688>12>591,689>11>686,689>12>764,690>11>686,690>12>652,691>11>686,691>12>484,692>11>686,692>12>76'
  464. ..'3,694>11>693,694>12>476,697>11>696,697>12>632,698>11>696,698>12>616,699>11>696,699>12>731,700>11>696,700>12>701,702>11>701,702>12>637,703>11>701,703>12>587,705>11>704,705>12>518,706>11>704,706>12>602,712>11>711,712>12>518,713>11>711,713>12>754,714>11>711,714>12>743,715>11>711,715>12>751,717>11>716,717>12>518,718>11>716,718>12>776,719>11>716,719>12>730,721>11>720,721>12>617,724>11>723,724>12>518,725>11>723'
  465. ..',725>12>804,726>11>723,726>12>796,727>11>723,727>12>808,733>11>732,733>12>518,734>11>732,734>12>696,736>11>735,736>12>518,737>11>735,737>12>602,739>11>738,739>12>518,740>11>738,740>12>609,741>11>738,741>12>607,742>11>738,742>12>696,744>11>743,744>12>609,746>11>745,746>12>696,747>11>745,747>12>530,749>11>748,749>12>518,750>11>748,750>12>609,752>11>751,752>12>609,753>11>751,753>12>808,755>11>754,755>12>808,'
  466. ..'756>11>754,756>12>609,758>11>757,758>12>602,759>11>757,759>12>716,761>11>760,761>12>518,762>11>760,762>12>602,765>11>764,765>12>489,766>11>764,766>12>487,768>11>767,768>12>648,769>11>767,769>12>647,770>11>767,770>12>471,771>11>767,771>12>276,773>11>772,773>12>291,774>11>772,774>12>693,778>11>777,778>12>716,780>11>779,780>12>775,782>11>781,782>12>775,784>11>783,784>12>794,785>11>783,785>12>793,786>11>783,7'
  467. ..'86>12>788,787>11>783,787>12>255,790>11>789,790>12>793,791>11>789,791>12>788,792>11>789,792>12>255,795>11>794,795>12>789,798>11>797,798>12>723,799>11>797,799>12>508,801>11>800,801>12>803,802>11>800,802>12>797,805>11>804,805>12>634,807>11>806,807>12>723,809>13>811,813>11>812,813>12>810,814>11>812,814>12>816,818>11>817,818>12>828,820>11>819,820>12>822,821>11>819,821>12>828,823>11>822,823>12>826,824>11>822,82'
  468. ..'4>12>817,827>11>826,827>12>828,834>11>833,834>12>832,836>11>835,836>12>832,838>11>837,838>12>832,840>11>839,840>12>832,841>13>844,845>11>844,845>12>842,846>11>844,846>12>856,850>11>849,850>12>866,852>11>851,852>12>867,854>11>853,854>12>867,858>11>857,858>12>866,868>11>867,868>12>871,869>11>867,869>12>879,870>11>867,870>12>875,874>11>873,874>12>882,881>11>880,881>12>882,884>11>883,884>12>882,886>11>885,886'
  469. ..'>12>882,888>11>887,888>12>882;2;n;2;n;1|1:2|2:3|3:4|4:5|5:6|6:7|7:8|3:4|3:4;n;3|1:9|8:3;4|1:10;p;1|1:11|2:3|3:12|4:13|5:14|6:7|7:8|3:12|3:12;n;3|1:9|8:3;5|9:15|10:16;p;p;2;n;2|1:17;n;1|1:18|2:3|3:19|4:20|5:21|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:23|5:24|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:25|5:26|6:22|7:8|3:19|3:19;1|1:27|2:3|3:28|4:29|5:30|6:31|3:28|3:28;1|1:18|2:3|3:19|4:32|5:33|6:34|7:8|3:19|3:19;1|1:'
  470. ..'18|2:3|3:19|4:35|5:36|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:37|5:38|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:39|5:40|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:41|5:42|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:43|5:44|6:34|7:8|3:19|3:19;1|1:27|2:3|3:28|4:45|5:46|6:31|3:28|3:28;1|1:18|2:3|3:19|4:47|5:48|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:49|5:50|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:51|5:52|6:22|7:8|3:19|3:19;1|1:18|2:3|'
  471. ..'3:19|4:53|5:54|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:55|5:56|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:57|5:58|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:59|5:60|6:61|7:8|3:19|3:19;1|1:18|2:3|3:19|4:62|5:60|6:61|7:8|3:19|3:19;1|1:27|2:3|3:28|4:63|5:60|6:64|3:28|3:28;n;5|9:65|10:66;5|9:65|10:67;5|9:65|10:68;p;1|1:18|2:3|3:19|4:69|5:14|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:70|5:60|6:61|7:8|3:19|3:19;n;5|9:71|10:72;p;1|1'
  472. ..':18|2:3|3:19|4:73|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:74|5:60|6:61|7:8|3:19|3:19;n;5|9:71|10:75;p;1|1:27|2:3|3:28|4:76|5:6|6:64|3:28|3:28;n;6|9:15|10:77;5|9:65|10:78;p;p;1|1:18|2:3|3:19|4:79|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:81;p;1|1:27|2:3|3:82|4:83|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:85;6|9:65|10:86;p;1|1:18|2:3|3:19|4:87|5:84|6:88|14:80|7:8|3:19|3:19;n;6|9:71|10:89;p;1|1:27|2:3|3:82|4:90|5:84|'
  473. ..'6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:91;6|9:65|10:92;p;1|1:27|2:3|3:82|4:93|6:64|14:8|7:8|3:82|3:82;n;6|9:15|10:94;p;1|1:27|2:3|3:82|4:95|5:84|6:64|14:8|7:8|3:82|3:82;1|1:18|2:3|3:19|4:96|5:84|6:88|14:80|7:8|3:19|3:19;n;6|9:71|10:97;p;1|1:18|2:3|3:19|4:98|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:99;p;1|1:18|2:3|3:19|4:100|6:34|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:101|6:64|14:8|7:8|3:82|3:82;n;6|9:15|10:102;6|'
  474. ..'9:65|10:103;6|9:65|10:104;p;1|1:18|2:3|3:19|4:105|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:106|5:84|6:88|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:107|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:108;p;1|1:18|2:3|3:19|4:109|5:84|6:88|14:80|7:8|3:19|3:19;n;6|9:71|10:110;6|9:71|10:111;6|9:71|10:112;p;1|1:27|2:3|3:82|4:113|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:114;p;1|1:18|2:3|3:19|4:115|6:34|14:80|7:8|3:19|3:1'
  475. ..'9;1|1:27|2:3|3:82|4:116|6:64|14:8|7:8|3:82|3:82;n;6|9:15|10:102;6|9:15|10:117;6|9:65|10:118;6|9:65|10:119;p;1|1:18|2:3|3:19|4:120|6:34|14:80|7:8|3:19|3:19;2|1:17;n;1|1:18|2:3|3:19|4:121|5:122|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:123|5:124|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:125|5:126|6:22|7:8|3:19|3:19;1|1:27|2:3|3:28|4:127|5:128|6:31|3:28|3:28;1|1:18|2:3|3:19|4:129|5:130|6:34|7:8|3:19|3:19;1|1:18|2:3|3:'
  476. ..'19|4:131|5:132|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:133|5:134|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:135|5:136|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:137|5:138|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:139|5:140|6:34|7:8|3:19|3:19;1|1:27|2:3|3:28|4:141|5:142|6:31|3:28|3:28;1|1:18|2:3|3:19|4:143|5:144|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:145|5:146|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:147|5:148|6:22|7:8|3:19|3:19;1|'
  477. ..'1:18|2:3|3:19|4:149|5:150|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:151|5:152|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:153|5:154|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:155|6:61|7:8|3:19|3:19;1|1:18|2:3|3:19|4:156|6:61|7:8|3:19|3:19;1|1:27|2:3|3:28|4:157|6:64|3:28|3:28;n;5|9:65|10:158;5|9:65|10:159;5|9:65|10:66;p;1|1:18|2:3|3:19|4:160|5:6|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:161|6:61|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1'
  478. ..'62|5:14|6:34|7:8|3:19|3:19;n;5|9:71|10:163;p;1|1:18|2:3|3:19|4:164|6:61|7:8|3:19|3:19;n;5|9:71|10:165;p;1|1:27|2:3|3:28|4:166|5:60|6:64|3:28|3:28;n;5|9:65|10:167;p;p;2;n;1|1:27|2:3|3:82|4:168|5:60|6:31|14:8|7:8|3:82|3:82;1|1:27|2:3|3:82|4:169|5:60|6:64|14:8|7:8|3:82|3:82;1|1:18|2:3|3:19|4:170|5:60|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:172;6|9:71|10:173;p;1|1:27|2:3|3:82|4:174|5:60|6:31|14:8|7:8|3:82|3:82;'
  479. ..'n;6|9:65|10:175;p;1|1:18|2:3|3:19|4:176|5:60|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:177;6|9:71|10:178;6|9:71|10:179;6|9:71|10:180;6|9:71|10:181;p;1|1:27|2:3|3:82|4:182|5:60|6:31|14:8|7:8|3:82|3:82;n;6|9:65|10:183;p;1|1:27|2:3|3:82|4:184|5:60|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:185;p;p;1|2:3|3:28|4:186|5:187|6:188|3:28|3:28;1|2:3|3:28|4:189|5:187|6:188|3:28|3:28;1|1:18|2:3|3:19|4:190|5:84|6:191|7:8|3:19|3:1'
  480. ..'9;1|1:18|2:3|3:19|4:192|5:84|6:191|7:8|3:19|3:19;1|1:193|2:3|3:19|4:194|5:195|15:196|6:197|7:8|3:19|3:19;n;4;p;1|1:193|2:3|3:19|4:198|5:195|15:199|6:197|7:8|3:19|3:19;n;4;p;1|1:200|2:3|3:82|4:201|6:202|3:82|3:82;1|1:18|2:3|3:19|4:203|6:34|7:8|3:19|3:19;n;5|9:71|10:204;p;1|1:18|2:3|3:19|4:205|6:34|7:8|3:19|3:19;n;5|9:71|10:206;p;1|1:207|2:3|3:82|4:208|6:209|14:8|7:80|3:82|3:82;1|1:18|2:3|3:19|4:210|6:34|14'
  481. ..':80|7:8|3:19|3:19;1|1:207|2:3|3:82|4:211|6:209|14:8|7:80|3:82|3:82;1|1:27|2:3|3:82|4:212|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:213;6|9:15|10:214;6|9:65|10:215;6|9:15|10:216;p;1|1:27|2:3|3:82|4:217|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:218;6|9:65|10:219;p;1|1:18|2:3|3:19|4:220|5:84|6:88|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:221|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:222;6|9:65|10:223;p;1|1:18|2:3|3:19|4'
  482. ..':224|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:225|5:84|6:88|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:226|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:227;6|9:65|10:228;p;1|1:207|2:3|3:82|4:229|6:230|14:8|7:80|3:82|3:82;n;6|9:231|10:232;p;1|1:207|2:3|3:82|4:233|6:230|14:8|7:80|3:82|3:82;1|1:18|2:3|3:19|4:234|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:81;p;1|1:18|2:3|3:19|4:235|6:34|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82'
  483. ..'|4:236|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:237;6|9:15|10:238;p;1|1:207|2:3|3:82|4:239|6:240|14:8|7:80|3:82|3:82;1|1:207|2:3|3:82|4:241|6:240|14:8|7:80|3:82|3:82;n;6|9:242|10:243;6|9:242|10:244;p;1|1:207|2:3|3:82|4:245|6:246|14:8|7:80|3:82|3:82;1|1:207|2:3|3:82|4:247|6:246|14:8|7:80|3:82|3:82;n;6|9:248|10:232;p;1|1:27|2:3|3:82|4:249|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:250;p;1|1:207|2:3|3:82|4:251|6:24'
  484. ..'6|14:8|7:80|3:82|3:82;1|1:207|2:3|3:82|4:252|6:246|14:8|7:80|3:82|3:82;1|1:207|2:3|3:82|4:253|6:254|3:82|3:82;1|1:18|2:3|3:19|4:255|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:256;p;1|1:27|2:3|3:82|4:257|6:64|14:8|7:8|3:82|3:82;n;6|9:15|10:258;p;1|1:18|2:3|3:19|4:259|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:260;p;1|1:207|2:3|3:82|4:261|6:254|14:8|7:80|3:82|3:82;1|1:18|2:3|3:19|4:262|6:34|7:8|3:19|3:19;1|1:27|2:3|3:8'
  485. ..'2|4:263|6:64|3:82|3:82;n;5|9:65|10:215;5|9:65|10:213;p;1|1:18|2:3|3:19|4:264|6:34|7:8|3:19|3:19;1|1:27|2:3|3:82|4:265|5:84|6:64|3:82|3:82;1|1:27|2:3|3:82|4:266|5:84|6:64|3:82|3:82;n;5|9:65|10:267;p;1|1:18|2:3|3:19|4:268|5:84|6:88|7:8|3:19|3:19;n;5|9:71|10:269;5|9:71|10:270;5|9:71|10:271;p;1|1:27|2:3|3:82|4:272|5:84|6:64|3:82|3:82;n;5|9:65|10:273;p;1|1:18|2:3|3:19|4:274|5:84|6:88|7:8|3:19|3:19;n;5|9:71|10:'
  486. ..'275;p;1|1:200|2:3|3:82|4:276|6:64|3:82|3:82;n;5|9:15|10:277;5|9:15|10:258;5|9:65|10:118;5|9:65|10:119;p;1|1:18|2:3|3:19|4:278|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:279|6:34|7:8|3:19|3:19;1|1:27|2:3|3:82|4:280|6:254|3:82|3:82;1|1:27|2:3|3:82|4:281|6:254|3:82|3:82;2;n;2;n;1|1:18|2:3|3:19|4:282|5:84|6:88|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:283|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:284;6|9:65|10:285;p;1|1'
  487. ..':18|2:3|3:19|4:286|5:84|6:88|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:287|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:288;6|9:65|10:289;p;1|1:27|2:3|3:82|4:290|5:84|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:291;6|9:65|10:292;p;1|1:207|2:3|3:82|4:293|6:209|14:8|7:80|3:82|3:82;n;6|9:294|10:295;p;1|1:18|2:3|3:19|4:296|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:99;p;1|1:207|2:3|3:82|4:297|6:209|14:8|7:80|3:82|3:82;1|1:27|2:3|3'
  488. ..':82|4:298|6:64|14:8|7:8|3:82|3:82;n;6|9:15|10:214;p;1|1:18|2:3|3:19|4:299|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:81;p;p;1|1:207|2:3|3:82|4:300|6:301|3:82|3:82;1|1:18|2:3|3:19|4:302|6:34|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:303|6:64|14:8|7:8|3:82|3:82;n;6|9:15|10:304;6|9:65|10:104;6|9:65|10:103;p;1|1:18|2:3|3:19|4:305|6:34|14:80|7:8|3:19|3:19;1|1:207|2:3|3:82|4:306|6:301|14:8|7:80|3:82|3:82;p;1|1:193|2:3|3:'
  489. ..'19|4:307|5:14|15:308|6:309|7:8|3:19|3:19;n;4;p;1|2:3|3:28|4:310|5:311|6:312|3:28|3:28;1|1:193|2:3|3:19|4:313|5:14|15:308|6:309|7:8|3:19|3:19;n;4;p;1|2:3|3:28|4:314|5:311|6:315|3:28|3:28;1|2:3|3:28|4:316|5:311|6:315|3:28|3:28;1|1:27|2:3|3:82|4:317|6:31|14:8|7:8|3:82|3:82;1|2:3|3:28|4:318|5:60|6:319|3:28|3:28;2;n;1|1:27|2:3|3:82|4:320|5:311|6:31|14:8|7:8|3:82|3:82;1|1:27|2:3|3:82|4:321|5:6|6:64|14:8|7:8|3:8'
  490. ..'2|3:82;n;6|9:65|10:322;6|9:65|10:323;p;1|1:18|2:3|3:19|4:324|5:6|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:325;p;1|1:27|2:3|3:82|4:326|5:6|6:31|14:8|7:8|3:82|3:82;n;6|9:65|10:327;6|9:65|10:328;p;1|1:18|2:3|3:19|4:329|5:6|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:330;p;1|1:27|2:3|3:82|4:331|5:311|6:31|14:8|7:8|3:82|3:82;n;6|9:65|10:332;6|9:65|10:333;p;1|1:27|2:3|3:82|4:334|5:6|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:3'
  491. ..'35;6|9:65|10:336;p;p;2;n;1|3:337|4:338|6:339|3:337|3:337;n;5|9:294|10:340;5|9:341|10:342;5|9:341|10:343;p;1|3:337|4:344|5:60|6:345|3:337|3:337;n;5|9:346|10:347;5|9:348|10:349;p;1|3:337|4:350|5:60|6:351|3:337|3:337;1|3:337|4:352|5:14|6:353|3:337|3:337;n;5|9:354|10:355;p;1|3:356|4:357|5:60|6:358|3:356|3:356;n;5|9:354|10:359;p;1|3:356|4:360|6:358|3:356|3:356;n;5|9:354|10:361;p;1|3:356|4:362|5:60|6:358|3:356|'
  492. ..'3:356;1|3:337|4:363|5:14|6:364|3:337|3:337;1|3:337|4:365|5:14|6:339|3:337|3:337;n;5|9:294|10:366;5|9:294|10:367;5|9:341|10:368;5|9:341|10:369;p;1|3:337|4:370|5:311|6:345|3:337|3:337;n;5|9:346|10:371;5|9:348|10:372;5|9:348|10:373;p;1|3:337|4:374|5:14|6:375|3:337|3:337;n;5|9:376|10:377;p;1|3:337|4:378|5:14|6:353|3:337|3:337;n;5|9:379|10:380;5|9:354|10:381;p;1|3:356|4:382|5:311|6:358|3:356|3:356;n;5|9:354|10'
  493. ..':383;p;1|3:337|4:384|5:14|6:385|3:337|3:337;n;5|9:376|10:386;p;p;2|1:387;n;2|1:388;n;7|1:389|8:3;8|1:390|3:391|4:392|5:393|15:394|6:395|7:396|3:391|3:391;n;4;p;3|1:397|8:398;1|1:399|3:19|4:400|5:401|15:402|6:403|7:396|3:19|3:19;n;9|1:404|16:405;4;p;1|1:406|3:12|4:407|5:393|15:408|6:409|17:80|18:80|19:80|20:80|3:12|3:12;n;4;10|21:410;11|1:411|15:412|22:413;12|23:414;5|9:71|10:415;5|9:71|10:416;6|9:417|10:4'
  494. ..'18;5|9:71|10:419;5|9:71|10:420;5|9:71|10:421;6|9:422|10:423;5|9:424|10:425;p;1|3:391|4:426|5:427|15:428|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:432;p;1|3:391|4:433|5:401|15:434|6:435|3:391|3:391;1|3:391|4:436|5:437|15:438|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:439;p;1|3:391|4:440|5:441|15:442|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:443;p;1|3:391|25:3|4:444|5:401|'
  495. ..'15:445|6:446|3:391|3:391;1|3:391|4:447|5:448|15:449|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:450;p;1|3:391|4:451|5:452|15:453|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:454;p;1|3:391|4:455|5:456|15:457|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:458;p;1|3:391|4:459|5:401|15:460|6:461|19:80|3:391|3:391;n;6|9:462|10:463;5|9:424|10:464;p;1|25:3|4:465|5:466|15:467|6:429|24:80'
  496. ..'|14:8|20:430|7:8;n;13|9:431|10:439;p;1|3:391|4:468|5:401|15:469|6:446|3:391|3:391;1|3:12|4:470|5:471|15:472|6:473|17:80|14:80|3:12|3:12;n;14|26:80;p;1|3:391|4:474|5:475|15:476|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:477;p;1|3:391|4:478|5:479|15:480|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10:481;p;1|3:391|25:3|4:482|5:483|15:484|6:429|24:80|14:8|20:430|7:8|3:391|3:391;n;13|9:431|10'
  497. ..':477;p;1|3:12|4:485|5:486|15:487|6:488|14:8|3:12|3:12;n;14|26:80;12|23:489;6|9:71|10:490;p;1|3:391|4:491|5:401|15:492|6:435|20:430|3:391|3:391;1|3:391|4:493|5:401|15:494|6:61|3:391|3:391;1|3:391|4:495|5:401|15:496|6:61|3:391|3:391;n;5|9:424|10:497;p;1|3:12|4:498|5:499|15:500|6:488|14:8|3:12|3:12;n;14|26:80;12|23:489;6|9:71|10:501;p;1|3:12|4:502|5:503|15:504|6:473|17:80|14:8|7:8|3:12|3:12;n;14|26:80;6|9:50'
  498. ..'5|10:506;p;1|3:391|4:507|5:401|15:508|6:446|3:391|3:391;4|1:509;p;p;2;n;1|1:27|2:3|3:82|4:510|6:31|14:8|7:8|3:82|3:82;n;6|9:65|10:511;p;1|1:27|2:3|3:82|4:512|6:64|14:8|7:8|3:82|3:82;1|1:18|2:3|3:19|4:513|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:514;6|9:71|10:515;p;1|1:27|2:3|3:82|4:516|6:31|14:8|7:8|3:82|3:82;n;6|9:65|10:517;p;1|1:18|2:3|3:19|4:518|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:519;6|9:71|10:520;6|9:'
  499. ..'71|10:521;6|9:71|10:522;6|9:71|10:523;p;1|1:27|2:3|3:82|4:524|6:31|14:8|7:8|3:82|3:82;n;6|9:65|10:525;p;1|1:27|2:3|3:82|4:526|6:64|14:8|7:8|3:82|3:82;p;2;n;1|1:18|2:3|3:19|4:527|6:34|7:8|3:19|3:19;n;5|9:71|10:256;p;1|1:200|2:3|3:82|4:528|6:529|3:82|3:82;1|1:27|2:3|3:82|4:530|6:64|3:82|3:82;1|1:207|2:3|3:82|4:531|6:532|3:82|3:82;1|1:18|2:3|3:19|4:533|6:34|7:8|3:19|3:19;n;5|9:71|10:260;p;1|1:27|2:3|3:82|4:5'
  500. ..'34|5:84|6:64|3:82|3:82;n;5|9:65|10:535;5|9:65|10:536;p;1|1:27|2:3|3:82|4:537|5:84|6:64|3:82|3:82;n;5|9:65|10:538;p;1|1:18|2:3|3:19|4:539|5:84|6:88|7:8|3:19|3:19;1|1:207|2:3|3:82|4:540|6:529|3:82|3:82;1|1:27|2:3|3:82|4:541|5:84|6:64|3:82|3:82;n;5|9:65|10:542;p;1|1:18|2:3|3:19|4:543|5:84|6:88|7:8|3:19|3:19;n;5|9:71|10:544;5|9:71|10:545;p;1|1:207|2:3|3:82|4:546|6:547|3:82|3:82;1|1:207|2:3|3:82|4:548|6:532|3:'
  501. ..'82|3:82;1|1:207|2:3|3:82|4:549|6:547|3:82|3:82;1|1:200|2:3|3:82|4:550|6:64|3:82|3:82;n;5|9:65|10:119;p;1|1:18|2:3|3:19|4:551|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:552|6:34|7:8|3:19|3:19;n;5|9:71|10:553;p;1|1:27|2:3|3:82|4:554|6:301|3:82|3:82;n;5|9:555|10:556;p;1|1:27|2:3|3:82|4:557|6:301|3:82|3:82;n;5|9:555|10:295;p;p;2|1:17;n;1|1:18|2:3|3:19|4:558|5:559|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:560|5:561|6:22|'
  502. ..'7:8|3:19|3:19;1|1:18|2:3|3:19|4:562|5:563|6:22|7:8|3:19|3:19;1|1:27|2:3|3:28|4:564|5:565|6:31|3:28|3:28;1|1:18|2:3|3:19|4:566|5:567|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:568|5:569|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:570|5:571|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:572|5:573|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:574|5:575|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:576|5:577|6:34|7:8|3:19|3:19;1|1:27|2:3|3:28|4:578|'
  503. ..'5:579|6:31|3:28|3:28;1|1:18|2:3|3:19|4:580|5:581|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:582|5:583|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:584|5:585|6:22|7:8|3:19|3:19;1|1:18|2:3|3:19|4:586|5:587|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:588|5:589|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:590|5:591|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:592|5:311|6:61|7:8|3:19|3:19;n;5|9:71|10:593;p;1|1:18|2:3|3:19|4:594|5:311|6:61|7:8|3:1'
  504. ..'9|3:19;n;5|9:71|10:595;p;1|1:27|2:3|3:28|4:596|5:6|6:64|3:28|3:28;n;5|9:65|10:67;p;1|1:18|2:3|3:19|4:597|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:598|5:311|6:61|7:8|3:19|3:19;n;5|9:71|10:599;p;1|1:18|2:3|3:19|4:600|5:60|6:34|7:8|3:19|3:19;1|1:18|2:3|3:19|4:601|5:311|6:61|7:8|3:19|3:19;1|1:27|2:3|3:28|4:602|5:14|6:64|3:28|3:28;n;5|9:65|10:603;5|9:65|10:604;p;p;1|3:337|4:605|6:606|3:337|3:337;n;6|9:431|10:607;5'
  505. ..'|9:608|10:609;5|9:376|10:610;p;1|3:611|4:612|6:613|3:611|3:611;n;5|9:614|10:615;p;1|3:337|4:616|5:14|6:353|3:337|3:337;n;5|9:354|10:617;p;1|3:12|4:618|5:60|6:619|3:12|3:12;n;5|9:354|10:620;5|9:379|10:621;5|9:354|10:622;p;1|3:12|4:623|5:60|6:624|3:12|3:12;n;5|9:379|10:625;5|9:354|10:626;5|9:354|10:627;5|9:379|10:621;p;1|3:12|4:628|5:60|6:624|3:12|3:12;n;5|9:354|10:629;p;1|3:12|4:630|5:60|6:624|3:12|3:12;1|'
  506. ..'3:12|4:631|5:60|6:624|3:12|3:12;n;5|9:354|10:632;5|9:354|10:633;5|9:379|10:634;5|9:354|10:629;p;1|3:12|4:635|5:60|6:624|3:12|3:12;n;5|9:354|10:636;5|9:354|10:629;p;1|3:12|4:637|5:60|6:624|3:12|3:12;n;5|9:354|10:638;p;1|3:12|4:639|5:14|6:624|3:12|3:12;n;5|9:354|10:640;p;1|3:12|4:641|5:14|6:624|3:12|3:12;n;5|9:379|10:634;p;1|3:12|4:642|5:14|6:624|3:12|3:12;n;5|9:354|10:633;5|9:379|10:621;p;1|3:12|4:643|5:14'
  507. ..'|6:624|3:12|3:12;n;5|9:354|10:644;5|9:354|10:645;5|9:354|10:629;5|9:379|10:621;p;1|3:337|4:646|5:14|6:353|3:337|3:337;n;5|9:354|10:647;5|9:379|10:648;p;1|3:611|4:649|6:606|19:80|3:611|3:611;1|3:611|4:650|5:311|19:80|3:611|3:611;1|3:19|4:651|6:652|3:19|3:19;n;5|9:376|10:653;p;1|3:19|4:654|6:655|3:19|3:19;n;5|9:354|10:656;5|9:354|10:657;p;1|3:19|4:658|6:364|3:19|3:19;1|3:19|4:659|6:358|3:19|3:19;1|3:337|4:6'
  508. ..'60|6:661|18:80|3:337|3:337;n;5|9:662|10:663;5|9:664|10:665;5|9:664|10:666;5|9:664|10:667;p;1|3:337|4:668|6:669|3:337|3:337;n;5|9:376|10:670;p;1|3:611|4:671|5:311|6:606|19:80|3:611|3:611;1|3:337|4:672|5:311|6:606|3:337|3:337;n;5|9:608|10:609;6|9:431|10:607;p;1|3:337|4:673|5:311|6:353|3:337|3:337;n;5|9:354|10:674;6|9:675|10:676;p;1|3:611|4:677|5:311|6:613|3:611|3:611;n;5|9:614|10:678;5|9:679|10:680;p;1|3:33'
  509. ..'7|4:681|5:14|6:682|3:337|3:337;n;5|9:376|10:683;5|9:608|10:684;5|9:608|10:685;p;1|3:337|4:686|5:14|6:687|3:337|3:337;n;5|9:294|10:688;5|9:341|10:689;p;1|3:337|4:690|5:60|6:353|3:337|3:337;n;5|9:354|10:691;5|9:379|10:692;p;1|3:337|4:693|5:311|6:694|3:337|3:337;n;5|9:608|10:680;5|9:376|10:695;p;1|3:337|4:696|5:60|6:353|3:337|3:337;n;5|9:354|10:697;5|9:379|10:648;p;1|3:337|4:698|5:14|6:353|3:337|3:337;n;5|9:'
  510. ..'354|10:699;5|9:379|10:700;p;1|3:337|4:701|5:311|6:702|3:337|3:337;1|3:337|4:703|5:60|6:353|3:337|3:337;n;5|9:354|10:704;p;1|3:337|4:705|5:14|6:353|3:337|3:337;n;5|9:354|10:706;5|9:379|10:700;p;1|3:337|4:707|5:311|6:708|3:337|3:337;n;5|9:376|10:695;p;1|3:12|4:709|5:14|6:624|3:12|3:12;n;5|9:354|10:710;p;1|3:12|4:711|5:14|6:624|3:12|3:12;n;5|9:354|10:629;5|9:379|10:621;p;1|3:12|4:712|5:60|6:619|3:12|3:12;1|3'
  511. ..':12|4:713|5:60|6:619|3:12|3:12;n;5|9:354|10:714;5|9:379|10:621;p;1|3:337|4:715|5:14|6:353|3:337|3:337;1|3:12|4:716|5:14|6:624|3:12|3:12;n;5|9:354|10:717;5|9:354|10:629;p;1|3:337|4:718|5:14|6:353|3:337|3:337;n;5|9:354|10:617;p;1|3:12|4:719|5:14|6:624|3:12|3:12;n;5|9:354|10:633;5|9:354|10:632;5|9:354|10:720;p;1|3:12|4:721|5:14|6:624|3:12|3:12;n;5|9:354|10:633;5|9:354|10:632;p;1|3:12|4:722|5:14|6:624|3:12|3:'
  512. ..'12;n;5|9:354|10:723;5|9:354|10:724;5|9:354|10:629;5|9:379|10:621;p;1|3:12|4:725|5:14|6:624|3:12|3:12;n;5|9:354|10:632;5|9:354|10:629;p;1|3:12|4:726|5:60|6:624|3:12|3:12;n;5|9:354|10:727;p;1|3:12|4:728|5:60|6:619|3:12|3:12;n;5|9:354|10:729;p;1|3:12|4:730|5:14|6:624|3:12|3:12;n;5|9:354|10:731;5|9:379|10:621;p;1|3:12|4:732|5:60|6:733|3:12|3:12;n;5|9:354|10:734;5|9:379|10:735;5|9:354|10:736;p;1|3:12|4:737|5:6'
  513. ..'0|6:738|3:12|3:12;1|3:337|4:739|5:14|6:353|3:337|3:337;n;5|9:354|10:740;5|9:379|10:648;p;1|3:12|4:741|5:14|6:624|3:12|3:12;n;5|9:354|10:742;5|9:354|10:743;5|9:354|10:744;5|9:354|10:745;p;1|3:337|4:746|5:60|6:353|3:337|3:337;n;5|9:379|10:648;p;1|3:337|4:747|5:311|6:748|3:337|3:337;1|3:337|4:749|5:14|6:353|3:337|3:337;n;5|9:354|10:750;5|9:379|10:700;p;1|3:337|4:751|5:60|6:353|3:337|3:337;n;5|9:354|10:752;5|'
  514. ..'9:379|10:648;p;1|3:337|4:753|5:14|6:754|3:337|3:337;1|3:19|4:755|5:60|6:756|3:19|3:19;n;5|9:354|10:757;5|9:379|10:758;p;1|3:12|4:759|5:60|6:756|3:12|3:12;n;5|9:354|10:760;5|9:354|10:761;p;1|3:337|4:762|5:311|6:763|3:337|3:337;n;5|9:376|10:764;5|9:608|10:765;p;1|3:337|4:766|5:311|6:767|3:337|3:337;n;5|9:768|10:769;p;1|3:337|4:770|5:311|6:771|3:337|3:337;n;5|9:768|10:772;5|9:773|10:774;5|9:773|10:775;p;1|3:'
  515. ..'337|4:776|5:60|6:777|3:337|3:337;n;5|9:768|10:778;p;1|3:337|4:779|6:687|18:80|3:337|3:337;1|3:337|4:780|6:353|3:337|3:337;n;5|9:354|10:674;p;1|3:337|4:781|5:60|6:353|3:337|3:337;1|3:337|4:782|5:60|6:353|3:337|3:337;n;5|9:379|10:700;p;1|3:337|4:783|5:60|6:353|3:337|3:337;n;5|9:354|10:784;p;1|3:12|4:785|5:60|6:756|3:12|3:12;n;5|9:354|10:786;5|9:379|10:621;5|9:379|10:787;5|9:354|10:629;p;1|3:12|4:788|5:60|6:'
  516. ..'756|3:12|3:12;1|3:337|4:789|5:60|6:353|3:337|3:337;1|3:337|4:790|5:60|6:353|3:337|3:337;n;5|9:379|10:700;p;1|3:791|4:792|5:311|6:793|3:791|3:791;1|3:337|4:794|5:311|6:694|3:337|3:337;n;5|9:608|10:795;5|9:608|10:796;5|9:608|10:797;p;1|3:337|4:798|5:311|6:799|3:337|3:337;n;5|9:608|10:800;5|9:608|10:801;5|9:608|10:680;5|9:608|10:802;5|9:376|10:695;5|9:608|10:803;p;1|3:337|4:804|5:311|6:805|3:337|3:337;1|3:33'
  517. ..'7|4:806|5:311|6:748|3:337|3:337;n;5|9:608|10:807;5|9:376|10:808;5|9:376|10:809;5|9:608|10:810;5|9:608|10:680;5|9:376|10:811;5|9:376|10:812;5|9:608|10:813;p;1|3:337|4:814|5:311|6:805|3:337|3:337;n;5|9:608|10:815;5|9:376|10:695;p;1|3:337|4:816|5:14|6:353|3:337|3:337;n;5|9:354|10:647;p;1|3:337|4:817|5:60|6:353|3:337|3:337;1|3:337|4:818|5:311|6:799|3:337|3:337;n;5|9:376|10:819;5|9:608|10:820;p;1|3:337|4:821|5'
  518. ..':14|6:353|3:337|3:337;n;5|9:354|10:822;p;1|3:337|4:823|5:14|6:353|3:337|3:337;n;5|9:379|10:648;p;1|3:337|4:824|5:311|6:702|3:337|3:337;n;5|9:608|10:825;5|9:608|10:826;5|9:608|10:680;5|9:376|10:695;5|9:608|10:827;5|9:608|10:828;p;1|3:12|4:829|5:60|6:830|3:12|3:12;n;5|9:354|10:831;p;1|3:337|4:832|5:14|6:353|3:337|3:337;1|3:12|4:833|5:60|6:624|3:12|3:12;n;5|9:354|10:834;5|9:354|10:835;5|9:354|10:836;5|9:379|'
  519. ..'10:621;p;1|3:12|4:837|5:60|6:624|3:12|3:12;n;5|9:354|10:632;5|9:379|10:621;p;1|3:337|4:838|6:771|3:337|3:337;n;5|9:768|10:839;5|9:773|10:840;p;1|2:3|3:28|4:841|6:842|3:28|3:28;n;15;9;4|1:843;p;1|3:337|4:844|6:682|3:337|3:337;n;5|9:376|10:845;5|9:608|10:685;5|9:608|10:846;5|9:608|10:847;p;1|3:337|4:848|5:60|6:682|3:337|3:337;n;5|9:376|10:849;5|9:608|10:850;5|9:608|10:847;p;1|3:19|4:851|5:60|6:852|3:19|3:19'
  520. ..';n;5|9:354|10:853;p;1|3:82|4:854|5:311|6:855|3:82|3:82;1|3:28|4:856|5:60|6:857|3:28|3:28;n;5|9:354|10:858;5|9:379|10:859;5|9:379|10:860;5|9:379|10:861;p;1|2:3|3:28|4:862|5:311|6:863|3:28|3:28;1|2:3|3:28|4:864|5:311|6:865|3:28|3:28;1|3:337|4:866|5:60|6:687|3:337|3:337;1|3:337|4:867|5:14|6:687|3:337|3:337;1|3:337|4:868|5:14|6:777|3:337|3:337;n;5|9:768|10:869;5|9:773|10:870;p;1|3:337|4:871|5:60|6:771|3:337|3'
  521. ..':337;n;5|9:768|10:872;5|9:773|10:873;p;1|3:337|4:874|5:311|6:771|3:337|3:337;n;5|9:768|10:875;5|9:773|10:876;5|9:773|10:774;5|9:773|10:840;p;1|3:337|4:877|6:878|3:337|3:337;n;5|9:294|10:879;p;1|3:337|4:880|5:60|6:881|3:337|3:337;n;5|9:294|10:882;5|9:341|10:883;p;1|3:337|4:884|6:777|3:337|3:337;n;5|9:768|10:885;5|9:773|10:886;p;1|3:337|4:887|6:687|17:80|3:337|3:337;n;5|9:294|10:888;6|9:889|10:890;p;1|3:337'
  522. ..'|4:891|6:687|17:80|3:337|3:337;n;6|9:889|10:892;5|9:294|10:893;p;1|3:337|4:894|5:60|6:687|3:337|3:337;n;5|9:294|10:895;5|9:341|10:896;p;1|3:337|4:897|5:60|6:777|3:337|3:337;n;5|9:768|10:898;5|9:773|10:870;p;1|3:337|4:899|5:60|6:353|3:337|3:337;1|3:337|4:900|5:311|6:708|3:337|3:337;n;5|9:608|10:901;5|9:608|10:902;p;1|3:12|4:903|5:60|6:756|3:12|3:12;n;5|9:354|10:786;5|9:354|10:629;5|9:379|10:904;5|9:379|10:'
  523. ..'905;p;1|3:12|4:906|5:60|3:12|3:12;n;5|9:379|10:907;5|9:354|10:908;p;1|1:27|2:3|3:82|4:909|6:910|14:8|7:8|3:82|3:82;1|3:337|4:911|5:60|6:754|3:337|3:337;1|3:337|4:912|5:60|6:881|3:337|3:337;n;5|9:341|10:913;p;1|1:18|2:3|3:19|4:914|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:915;p;1|1:18|2:3|3:19|4:916|6:171|14:80|7:8|3:19|3:19;n;6|9:71|10:917;p;1|1:18|2:3|3:19|4:918|6:88|14:80|7:8|3:19|3:19;n;6|9:71|10:919;6|9:7'
  524. ..'1|10:920;6|9:71|10:921;6|9:71|10:922;p;1|1:27|2:3|3:82|4:923|6:31|14:8|7:8|3:82|3:82;1|1:18|2:3|3:19|4:924|6:88|14:80|7:8|3:19|3:19;n;6|9:71|10:925;6|9:71|10:926;6|9:71|10:927;p;1|1:27|2:3|3:82|4:928|6:31|14:8|7:8|3:82|3:82;1|1:27|2:3|3:82|4:929|6:64|14:8|7:8|3:82|3:82;n;6|9:65|10:930;p;1|2:3|3:28|4:931|5:60|6:932|3:28|3:28;1|3:19|4:933|5:60|6:934|3:19|3:19;n;5|9:354|10:935;5|9:354|10:936;p;1|3:19|4:937|5'
  525. ..':60|6:938|3:19|3:19;n;5|9:379|10:939;5|9:354|10:757;p;1|3:19|4:940|5:60|6:941|3:19|3:19;1|3:28|4:942|5:311|6:943|3:28|3:28;n;6|9:944|10:945;p;1|2:3|3:28|4:946|5:6|6:947|3:28|3:28;n;5|9:948|10:949;p;1|3:28|4:950|5:311|6:951|3:28|3:28;2;n;1|1:18|2:3|3:19|4:952|5:14|6:34|7:8|3:19|3:19;1|1:200|2:3|3:82|4:953|5:14|6:529|3:82|3:82;1|1:27|2:3|3:82|4:954|5:14|6:64|3:82|3:82;n;5|9:65|10:955;5|9:65|10:956;p;1|1:207'
  526. ..'|2:3|3:82|4:957|5:14|6:532|3:82|3:82;1|1:18|2:3|3:19|4:958|5:14|6:34|7:8|3:19|3:19;1|1:27|2:3|3:82|4:959|5:960|6:64|3:82|3:82;n;5|9:65|10:535;p;1|1:27|2:3|3:82|4:961|5:960|6:64|3:82|3:82;n;5|9:65|10:538;5|9:65|10:962;p;1|1:18|2:3|3:19|4:963|5:960|6:88|7:8|3:19|3:19;n;5|9:71|10:271;5|9:71|10:964;p;1|1:207|2:3|3:82|4:965|5:14|6:529|3:82|3:82;1|1:27|2:3|3:82|4:966|5:960|6:64|3:82|3:82;n;5|9:65|10:273;p;1|1:1'
  527. ..'8|2:3|3:19|4:967|5:960|6:88|7:8|3:19|3:19;1|1:207|2:3|3:82|4:968|5:14|6:547|3:82|3:82;1|1:207|2:3|3:82|4:969|5:14|6:532|3:82|3:82;1|1:207|2:3|3:82|4:970|5:14|6:547|3:82|3:82;1|1:200|2:3|3:82|4:971|5:14|6:64|3:82|3:82;1|1:18|2:3|3:19|4:972|5:14|6:34|7:8|3:19|3:19;n;5|9:71|10:973;p;1|1:18|2:3|3:19|4:974|5:14|6:34|7:8|3:19|3:19;n;5|9:71|10:975;p;1|1:27|2:3|3:82|4:976|5:14|6:301|3:82|3:82;n;5|9:555|10:977;p;1'
  528. ..'|1:27|2:3|3:82|4:978|5:14|6:301|3:82|3:82;n;5|9:555|10:979;p;p;2|1:980;n;1|1:207|2:3|3:82|4:981|5:128|6:982|14:8|7:80|3:82|3:82;1|1:18|2:3|3:19|4:983|5:984|6:22|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:985|5:986|6:31|14:8|7:8|3:82|3:82;n;6|9:15|10:987;6|9:15|10:988;p;1|1:18|2:3|3:19|4:989|5:990|6:22|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:991|5:992|6:34|14:80|7:8|3:19|3:19;1|1:207|2:3|3:82|4:993|5:142|6:982|14'
  529. ..':8|7:80|3:82|3:82;n;6|9:555|10:994;p;1|1:18|2:3|3:19|4:995|5:14|6:61|14:80|7:8|3:19|3:19;n;6|9:71|10:996;p;1|1:18|2:3|3:19|4:997|5:6|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:998;p;1|1:18|2:3|3:19|4:999|5:1000|6:22|14:80|7:8|3:19|3:19;1|1:207|2:3|3:82|4:1001|5:128|6:982|14:8|7:80|3:82|3:82;1|1:207|2:3|3:82|4:1002|5:142|6:982|14:8|7:80|3:82|3:82;n;6|9:555|10:1003;p;1|1:18|2:3|3:19|4:1004|5:1005|6:22|14:80|7:8|3'
  530. ..':19|3:19;1|1:18|2:3|3:19|4:1006|5:1007|6:22|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1008|5:1009|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1010|5:1011|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1012|5:1013|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1014|5:1015|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1016|5:1017|6:34|14:80|7:8|3:19|3:19;1|1:27|2:3|3:82|4:1018|5:1019|6:31|14:8|7:8|3:82|3:82;1|1:27|2:3|3:82'
  531. ..'|4:1020|6:64|14:8|7:8|3:82|3:82;n;6|9:15|10:1021;6|9:65|10:1022;6|9:15|10:1023;p;1|1:207|2:3|3:82|4:1024|5:14|6:301|14:8|7:80|3:82|3:82;1|1:18|2:3|3:19|4:1025|5:1026|6:22|14:80|7:8|3:19|3:19;1|1:207|2:3|3:82|4:1027|5:311|6:301|14:8|7:80|3:82|3:82;n;6|9:555|10:1028;p;1|1:207|2:3|3:82|4:1029|5:14|6:301|14:8|7:80|3:82|3:82;1|1:18|2:3|3:19|4:1030|5:1031|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1032|5:1033|6'
  532. ..':34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1034|5:1035|6:34|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1036|5:14|6:61|14:80|7:8|3:19|3:19;1|1:18|2:3|3:19|4:1037|5:14|6:61|14:80|7:8|3:19|3:19;n;6|9:71|10:1038;p;1|1:27|2:3|3:82|4:1039|5:14|6:64|14:8|7:8|3:82|3:82;1|1:18|2:3|3:19|4:1040|5:60|6:34|14:80|7:8|3:19|3:19;n;6|9:71|10:1041;p;1|1:207|2:3|3:82|4:1042|5:311|6:301|14:8|7:80|3:82|3:82;n;6|9:555|10:1043;p;1|1:'
  533. ..'18|2:3|3:19|4:1044|5:14|6:61|14:80|7:8|3:19|3:19;n;6|9:71|10:1045;p;p;p;1|2:3|3:28|4:1046|5:1047|6:842|3:28|3:28;n;15;9;4|1:843;p;p;')
  534. for _,Object in pairs(Objects) do
  535. Object.Parent = script and script.Parent==workspace and script or workspace
  536. end
  537. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement