Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Converted using Mokiros's Model to Script plugin
- -- Converted string size: 63080
- local genv={}
- local Scripts = {
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;
- function() local player = nil
- local f = ""
- script.Parent.ChildAdded:connect(function()
- if (script.Parent:findFirstChild("SeatWeld")) then
- if (game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)) then
- player = game.Players:GetPlayerFromCharacter(script.Parent.SeatWeld.Part1.Parent)
- script.Parent.Parent.Name = player.Name
- if (player.Character:findFirstChild("Shirt")) then
- local s = Instance.new("Shirt")
- s.ShirtTemplate= player.Character.Shirt.ShirtTemplate
- s.Parent = script.Parent.Parent
- end
- if (player.Character:findFirstChild("Pants")) then
- local p = Instance.new("Pants")
- p.PantsTemplate= player.Character.Pants.PantsTemplate
- p.Parent = script.Parent.Parent
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- if (v.Name == "Torso") then
- script.Parent.Parent.Torso.roblox.Texture = v.roblox.Texture
- elseif (v.Name == "Head") then
- script.Parent.Parent.Head.face.Texture = v.face.Texture
- f = v.face.Texture
- v.face.Texture = ""
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 1
- end
- end
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- v.CanCollide = true
- end
- end
- end
- end
- end)
- script.Parent.ChildRemoved:connect(function()
- if (player == nil) then return end
- if not (script.Parent:findFirstChild("SeatWeld")) then
- if (player.Character.Humanoid.Health == 0) then return end
- -- script.Parent.Parent.Name = "Figure"
- for _,v in pairs(script.Parent.Parent:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 1
- v.CanCollide = false
- if (v.Name == "Head") then
- v.face.Texture = ""
- elseif (v.Name == "Torso") then
- v.roblox.Texture = ""
- end
- elseif (v.className == "Shirt") or (v.className == "Pants") then
- v:remove()
- end
- end
- for _,v in pairs(player.Character:GetChildren()) do
- if (v.className == "Part") then
- v.Transparency = 0
- if (v.Name == "Head") then
- v.face.Texture = f
- end
- elseif (v.className == "Hat") then
- v.Handle.Transparency = 0
- end
- end
- end
- end)
- end;}local ActualScripts = {}
- function s(var)
- local func = table.remove(Scripts,1)
- setfenv(func,setmetatable({script=var,require=fake_require or require,global=genv},{
- __index = getfenv(func),
- }))
- table.insert(ActualScripts,coroutine.wrap(func))
- end
- Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
- local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
- function(t,f)
- for a,b in pairs(t) do
- f(a,b)
- end
- end
- local Types = {
- Color3 = Color3.new,
- Vector3 = Vector3.new,
- Vector2 = Vector2.new,
- UDim = UDim.new,
- UDim2 = UDim2.new,
- CFrame = CFrame.new,
- Rect = Rect.new,
- NumberRange = NumberRange.new,
- BrickColor = BrickColor.new,
- PhysicalProperties = PhysicalProperties.new,
- NumberSequence = function(...)
- local a = {...}
- local t = {}
- repeat
- t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
- until #a==0
- return NumberSequence.new(t)
- end,
- ColorSequence = function(...)
- local a = {...}
- local t = {}
- repeat
- t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
- until #a==0
- return ColorSequence.new(t)
- end,
- number = tonumber,
- boolean = function(a)
- return a=="1"
- end
- }
- split = function(str,sep)
- if not str then return end
- local fields = {}
- local ConcatNext = false
- str:gsub(("([^%s]+)"):format(sep),function(c)
- if ConcatNext == true then
- fields[#fields] = fields[#fields]..sep..c
- ConcatNext = false
- else
- fields[#fields+1] = c
- end
- if c:sub(#c)=="\\" then
- c = fields[#fields]
- fields[#fields] = c:sub(1,#c-1)
- ConcatNext = true
- end
- end)
- return fields
- end
- RemoveAndSplit = function(t)
- return split(table_remove(t,1),comma)
- end
- t = split(str,";")
- props = RemoveAndSplit(t)
- classes = RemoveAndSplit(t)
- values = split(table_remove(t,1),'|')
- ICList = RemoveAndSplit(t)
- InstanceList = {}
- Model = inst"Model"
- CurPar = Model
- table_foreach(t,function(ct,c)
- if c=="n" or c=="p" then
- CurPar = c=="n" and LastIns or CurPar[parnt]
- else
- ct = split(c,"|")
- local class = classes[tonum(table_remove(ct,1))]
- if class=="UnionOperation" then
- LastIns = {UsePartColor="1"}
- else
- LastIns = inst(class)
- if LastIns:IsA"Script" then
- s(LastIns)
- elseif LastIns:IsA("ModuleScript") then
- ms(LastIns)
- end
- end
- local function SetProperty(LastIns,p,str,s)
- s = Types[typeof(LastIns[p])]
- if p=="CustomPhysicalProperties" then
- s = PhysicalProperties.new
- end
- if s then
- LastIns[p] = s(unpack(split(str,comma)))
- else
- LastIns[p] = str
- end
- end
- local UnionData
- table_foreach(ct,function(s,p,a,str)
- a = p:find":"
- p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
- if p=="UnionData" then
- UnionData = split(str," ")
- return
- end
- if class=="UnionOperation" then
- LastIns[p] = str
- return
- end
- SetProperty(LastIns,p,str)
- end)
- if UnionData then
- local LI_Data = LastIns
- LastIns = DecodeUnion(UnionData)
- table_foreach(LI_Data,function(p,str)
- SetProperty(LastIns,p,str)
- end)
- end
- table.insert(InstanceList,LastIns)
- LastIns[parnt] = CurPar
- end
- end)
- table_remove(ICList,1)
- table_foreach(ICList,function(a,b)
- b = split(b,">")
- InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
- end)
- return Model:GetChildren()
- end
- local Objects = Decode('Name,Anchored,Position,Orientation,Size,Scale,Color,Material,TopSurface,Offset,MeshType,BottomSurface,C0,C1,Part0,Part1,Transparency,Health,MaxHealth,Reflectance,Range,BackSurface,FrontSurface,LeftSurface,RightSurface,ClipsDescendants,LightInfluence,ZIndexBehavior,BackgroundColor3,Font,Text,TextColor3,TextScaled,TextSize,TextStrokeColor3,TextWrapped,BackgroundTransparency;Part,Model,CylinderMesh,BlockMesh,SpecialMesh'
- ..',Weld,Decal,Humanoid,Seat,Script,PointLight,ManualWeld,SurfaceGui,TextLabel;Part|1|-59.439,4.977,-11.9836|0,-90,0|1.0929,2.6229,1.0929|0.5,1,0.5|-61.6248,6.2885,-2.1473|0.3882,0.3725,0.3843|816|-64.3571,3.6655,-7.0654|8.7433,5.2459,2.1858|0|-59.9854,2.354,-11.9836|1.0929,2.6229,2.1858|-59.9854,2.354,-7.0654|8.7433,2.6229,2.1858|-66.5429,4.3212,-2.1473|1.0929,6.5574,2.1858|-57.7996,1.6982,-11.9836|1.0929,1.3114,2.1858'
- ..'|-57.7996,1.6982,-7.0654|8.7433,1.3114,2.1858|-59.9854,2.354,-2.1473|-64.3571,3.6655,-2.1473|1.0929,5.2459,2.1858|-63.8107,7.6,-11.9836|-64.3571,3.6655,-11.9836|-73.1004,6.2885,-7.0654|8.7433,10.4919,2.1858|-61.6248,6.2885,-11.9836|-57.7996,1.6982,-2.1473|-57.2532,3.6655,-11.9836|-65.9965,8.9115,-2.1473|-62.1713,3.0097,-7.0654|8.7433,3.9344,2.1858|-66.5429,4.3212,-11.9836|-57.2532,3.6655,-2.1473|-65.9965,8.9115,-11.9'
- ..'836|-62.1713,3.0097,-11.9836|1.0929,3.9344,2.1858|512|-64.8255,9.847,-11.9836|0,0,-31|1.0929,0.4371,1.0929|0,-0.1093,0|18,1,1|6|0,-0.2001,0|-66.5429,4.3212,-7.0654|8.7433,6.5574,2.1858|-64.8255,9.847,-2.1473|-59.439,4.977,-2.1473|-63.8107,7.6,-2.1473|-62.1713,3.0097,-2.1473|-68.1823,10.223,-2.1473|-68.7288,4.977,-7.0654|8.7433,7.8689,2.1858|-68.7288,4.977,-11.9836|1.0929,7.8689,2.1858|-68.7288,4.977,-2.1473|-68.1823,'
- ..'10.223,-11.9836|-70.3681,11.5345,-11.9836|-70.3681,11.5345,-2.1473|-70.9146,5.6327,-11.9836|1.0929,9.1804,2.1858|-70.9146,5.6327,-7.0654|8.7433,9.1804,2.1858|-73.1004,6.2885,-11.9836|1.0929,10.4919,2.1858|-72.554,12.846,-11.9836|-70.9146,5.6327,-2.1473|-73.1004,6.2885,-2.1473|-72.554,12.846,-2.1473|0.9607,0.8039,0.1882|-20.3501,14.6499,-28|115.9,29.2999,2|-256,10,256,-1,0,0,0,0,1,0,1,0|-235.65,-14.65,284,-1,0,0,0,0,1'
- ..',0,1,0|17.2,-14.65,1,-0,0,1,0,1,0,-1,0,-0|57.85,-14.65,1,-1,0,0,0,1,0,0,0,-1|5.2,-0.5,-17.05,-1,0,0,0,1,0,0,0,-1|55.8499,13.05,1,-1,0,0,0,1,0,0,0,-1|5.0999,-6.7001,-1,-1,0,0,0,1,0,0,0,-1|55.85,-0.35,0.9999,-1,0,0,0,1,0,0,0,-1|55.8499,-1.3501,1,-1,0,0,0,1,0,0,0,-1|55.85,-14.75,0.9999,-1,0,0,0,1,0,0,0,-1|-54.8501,14.6,35.3999|47.0999,29.2,2|-201.15,-14.6001,220.6,-1,0,0,0,0,1,0,1,0|14.5499,-14.6,-1,-1,0,0,0,1,0,0,0,-1|'
- ..'23.55,-14.6001,-28.1,0,0,-1,0,1,0,1,0,0|-77.2,14.65,2.6999|0,90,0|63.3999,29.3,2|-253.3001,-14.6501,-178.8001,0,-1,0,0,0,1,-1,0,0|23.5499,-14.6001,-1,-1,0,0,0,1,0,0,0,-1|-31.7,-14.6501,45.8999,0,0,1,0,1,0,-1,0,0|-30.3001,14.5999,21.8499|29.0999,29.1999,2|-256,10,256,-1,0,0,0,0,1,0,1,-0|-234.1501,-14.6,-225.7,0,-1,0,0,0,1,-1,0,0|8.3499,14.65,8.3999|58.2999,29.2999,2|-17.2001,-14.65,-1,0,0,-1,0,1,0,1,0,0|27.15,-14.6501'
- ..',-1,1,0,0,0,1,0,0,0,1|-264.35,-14.6501,247.6,-1,0,0,0,0,1,0,1,-0|36.5,14.6499,-9.8|34.4,29.2999,2|-265.8,-14.65,-292.5,0,-1,0,0,0,1,-1,0,0|Bed|Frame|0.8,0.5568,0.4117|-70.7919,15.3999,9.9147|0,180,0|6,2,10|-5.2001,0.5,17.0499,-1,0,0,0,0,1,0,1,0|-6.1919,-1,9.8147,-1,0,0,0,0,1,0,1,0|Sheet|0.0666,0.0666,0.0666|-70.7919,15.9999,9.9147|5,1,9|Pillow|0.9725,0.9725,0.9725|-70.7919,16.4,13.3147|3,1,2| |Left Arm|0.949,0.9529,0'
- ..'.9529|-72.2919,17,10.9147|90,0,0|1,2,1|Head|1,0.8,0.6|-70.7919,17,12.4147|2,1,1|1.25,1.25,1.25|face|Torso|-70.7919,17,10.9147|2,2,1|roblox|Left Leg|-71.2919,17,8.9147|Right Leg|-70.2919,17,8.9147|Right Arm|-69.2919,17,10.9147|0|6,0.4,10|Sleep|-69.7501,23.95,2.4|4.8999,4.6999,0.5999|4.65,-6.7001,-1,-1,0,0,0,1,0,0,0,-1|5.2499,-9.5501,0.3,-1,0,0,0,1,0,0,0,-1|-70.35,21.1,1.1|9.3,13.4,2|-5.7501,-6.7001,1,-1,0,0,0,0,1,0,1,'
- ..'0|-69.8,28.3,17.1499|10.4,1,34.0999|-4.6501,6.7,1,-1,0,0,0,0,0.9999,0,1,0|-4.1,-0.5,17.0499,-1,0,0,0,0,0.9999,0,1,0|-1,0.1,1,-1,0,0,0,0,1,0,1,0|2.1029,-0.5,-6.2701,-1,0,0,0,0,1,0,1,0|-4.8001,6.7,1,-1,0,0,0,0,1,0,1,0|-4.4,-0.5,1.9499,-1,0,0,0,0,1,0,1,0|-1.2001,0.1,1.2,-1,0,0,0,0,1,0,1,0|1.9029,-0.5,-6.0701,-1,0,0,0,0,1,0,1,0|-5.1,6.7,1,-1,0,0,0,0,1,0,1,0|-5,-0.5,-15.0501,-1,0,0,0,0,1,0,1,0|Light|0.9921,0.9176,0.5529|2'
- ..'72|0.4|-72.9029,27.7,8.32|2,0.2,2|1,1.0099,1|40|5.2,-0.5,17.0499,1,0,0,0,0,-1,-0,1,0|2.097,0.0999,8.22,1,0,0,0,0,-1,0,1,0|2.4,0.2,2.4|-70.7919,15.3999,26.9147|-6.1919,-1,26.8147,-1,0,0,0,0,1,0,1,0|-70.7919,15.9999,26.9147|-70.7919,16.4,30.3147|-72.2919,17,27.9147|-70.7919,17,29.4147|-70.7919,17,27.9147|-71.2919,17,25.9147|-70.2919,17,25.9147|-69.2919,17,27.9147|-72.9029,27.7,24.42|-69.9,21.1,33.2|10.1999,13.4,2|-5.30'
- ..'01,-6.7001,33.1,-1,0,0,0,0,1,0,1,0|-69.7501,23.95,17.5|4.8,-6.7001,-1,-1,0,0,0,1,0,0,0,-1|5.2499,-9.5501,0.2999,-1,0,0,0,1,0,0,0,-1|-70.2,21.1,16.2|9.6,13.4,2|-5.6001,-6.7001,16.1,-1,0,0,0,0,1,0,1,0|0.6235,0.6313,0.6745|-65.8001,21.15,26.9|10.5999,13.3,2|-26.8,6.6499,9.1999,0,-1,0,0,0,-1,1,0,0|-5.1,-6.7001,1,1,0,0,0,1,0,0,0,1|5.3,-6.75,-1.0001,0,0,-1,0,1,0,1,0,0|-66.3001,21.15,10.0999|9.9999,13.3,2|-10.0001,6.6499,8.'
- ..'6999,0,-1,0,0,0,-1,1,0,0|1,0,0|-24.8501,14.9,-14.9001|101,1,3.8999|-51.95,21.15,-17.3501|-68.75,21.15,-16.8501|-51.7648,15.3999,-21.8419|-51.7648,15.9999,-21.8419|-55.1648,16.4,-21.8419|-52.7648,17,-23.3419|90,-90,0|-54.2648,17,-21.8419|-52.7648,17,-21.8419|-50.7648,17,-22.3419|-50.7648,17,-21.3419|-52.7648,17,-20.3419|-44.25,23.95,-20.8001|-42.95,21.1,-21.4001|-59,28.3,-20.85|-50.1701,27.7,-23.9529|-68.7648,15.3999,'
- ..'-21.8419|-68.7648,16,-21.8419|-72.1648,16.4,-21.8419|-69.7648,17,-23.3419|-71.2648,17,-21.8419|-69.7648,17,-21.8419|-67.7648,17,-22.3419|-67.7648,17,-21.3419|-69.7648,17,-20.3419|-66.2701,27.7,-23.9529|-75.05,21.1,-20.9501|-59.3501,23.95,-20.8001|-58.05,21.1,-21.2501|-51.95,6.75,-17.3501|-68.75,6.75,-16.8501|-51.7648,1,-21.8419|-277.8419,-1.0001,-204.2353,0,-1,0,0,0,1,-1,0,0|-51.7648,1.6,-21.8419|-55.1648,2,-21.8419|'
- ..'-52.7648,2.6,-23.3419|-54.2648,2.6,-21.8419|-52.7648,2.6,-21.8419|-50.7648,2.6,-22.3419|-50.7648,2.6,-21.3419|-52.7648,2.6,-20.3419|-44.25,9.55,-20.8001|-42.95,6.7,-21.4001|-277.4001,-6.7001,-213.0501,0,-1,0,0,0,1,-1,0,0|-59,13.9,-20.85|50.5,-0.5,1.9499,0.9999,0,0,0,0,-1,-0,1,0|-7.9,0.5,84.6499,0,-1,0,0,0,-1,0.9999,0,0|-50.1701,13.3,-23.9529|-68.7648,1,-21.8419|-277.8419,-1.0001,-187.2353,0,-1,0,0,0,1,-1,0,0|-68.7648'
- ..',1.6,-21.8419|-72.1648,2,-21.8419|-69.7648,2.6,-23.3419|-71.2648,2.6,-21.8419|-69.7648,2.6,-21.8419|-67.7648,2.6,-22.3419|-67.7648,2.6,-21.3419|-69.7648,2.6,-20.3419|-66.2701,13.3,-23.9529|-75.05,6.7,-20.9501|-276.9501,-6.7001,-180.9501,0,-1,0,0,0,1,-1,0,0|-59.3501,9.55,-20.8001|-58.0501,6.7,-21.2501|-277.2501,-6.7001,-197.95,0,-1,0,0,0,1,-1,0,0|1,0.6901,0|9.1999,3.2999,5.1499|0,90,180|4.4999,1,2|-8.2,-2.1501,1,1,0,0'
- ..',0,1,0,0,0,1|-2.2501,3.2999,-15.5003,0,0,0.9999,0,-1,0,0.9999,0,0|29.1499,-14.65,-1,-1,0,0,0,1,0,0,0,-1|2.2499,3.2999,28.2999,0,0,-1,0,-1,0,-1,0,0|-45.7001,14.9,22.8499|28.8999,1,3|-5.1,-6.7001,-1,-0,0,-1,0,1,0,1,0,-0|-14.3501,-0.1001,-1.5001,1,0,0,0,1,0,0,0,1|5.2999,-6.6501,-1,-1,0,0,0,1,0,0,0,-1|-12.3501,-0.0001,-1.5001,1,0,0,0,1,0,0,0,1|19.7499,-0.5,-1.3001,0,1,0,0,0,1,1,0,0|-55.4501,21.55,25.85|-38.6501,21.55,25.'
- ..'35|-55.6353,15.8,30.3418|-55.6353,16.4,30.3418|-52.2353,16.8,30.3418|-54.6353,17.4,31.8418|90,90,0|-53.1353,17.4,30.3418|-54.6353,17.4,30.3418|-56.6353,17.4,30.8418|-56.6353,17.4,29.8418|-54.6353,17.4,28.8418|-63.1501,24.35,29.3|-64.4501,21.5,29.9|-48.4001,28.7,29.3499|-57.23,28.1,32.4528|-38.6353,15.8,30.3418|-38.6353,16.4,30.3418|-35.2353,16.8,30.3418|-37.6353,17.4,31.8418|-36.1353,17.4,30.3418|-37.6353,17.4,30.341'
- ..'8|-39.6353,17.4,30.8418|-39.6353,17.4,29.8418|-37.6353,17.4,28.8418|-41.13,28.1,32.4528|-32.35,21.5,29.45|-48.05,24.35,29.3|-49.35,21.5,29.75|26.8,6.6499,-2.9|-258.9,-6.65,-282.8001,0,-1,0,0,0,1,-1,0,0|26.3,6.6499,-19.7001|-275.7001,-6.65,-282.3001,0,-1,0,0,0,1,-1,0,0|31.2918,0.8999,-2.7148|31.2918,1.4999,-2.7148|31.2918,1.9,-6.1148|32.7918,2.5,-3.7148|90,-180,0|31.2918,2.5,-5.2148|31.2918,2.5,-3.7148|31.7918,2.5,-1.'
- ..'7148|30.7918,2.5,-1.7148|29.7918,2.5,-3.7148|30.25,9.45,4.7999|30.85,6.6,6.0999|17.2,-14.65,-1,-1,0,0,0,1,0,0,0,-1|4.6499,-6.6001,-33.1,0,0,-1,0,1,0,1,0,0|30.2999,13.7999,-9.9501|5.2,-13.8,-17.05,0,0,-1,0,1,0,1,0,0|33.4028,13.2,-1.1201|31.2918,0.8999,-19.7148|31.2918,1.4999,-19.7148|31.2918,1.9,-23.1148|32.7918,2.5,-20.7148|31.2918,2.5,-22.2148|31.2918,2.5,-20.7148|31.7918,2.5,-18.7148|30.7918,2.5,-18.7148|29.7918,2.'
- ..'5,-20.7148|33.4028,13.2,-17.2201|30.4,6.6,-26.0001|5.1,-6.6001,-1,0,0,-1,0,1,0,1,0,0|30.25,9.45,-10.3001|30.7,6.6,-9.0001|4.7999,-6.6001,-18,0,0,-1,0,1,0,1,0,0|26.8,21.05,-2.9001|26.3,21.05,-19.7001|31.2918,15.2999,-2.7148|31.2918,15.8999,-2.7148|31.2918,16.2999,-6.1148|32.7918,16.8999,-3.7148|31.2918,16.8999,-5.2148|31.2918,16.8999,-3.7148|31.7918,16.8999,-1.7148|30.7918,16.8999,-1.7148|29.7918,16.8999,-3.7148|30.25'
- ..',23.85,4.7999|30.85,21,6.0999|4.6499,-21.0001,-33.1,0,0,-1,0,1,0,1,0,0|30.2999,28.2,-9.9501|5.2,-28.2001,-17.05,0,0,-1,0,1,0,1,0,0|33.4028,27.6,-1.1201|31.2918,15.2999,-19.7148|31.2918,15.8999,-19.7148|31.2918,16.2999,-23.1148|32.7918,16.8999,-20.7148|31.2918,16.8999,-22.2148|31.2918,16.8999,-20.7148|31.7918,16.8999,-18.7148|30.7918,16.8999,-18.7148|29.7918,16.8999,-20.7148|33.4028,27.6,-17.2201|30.4,21,-26.0001|5.1,'
- ..'-21.0001,-1,0,0,-1,0,1,0,1,0,0|30.25,23.85,-10.3001|30.7,21,-9.0001|4.7999,-21.0001,-18,0,0,-1,0,1,0,1,0,0|-55.4501,6.75,25.85|-38.6501,6.75,25.35|-55.6353,1,30.3418|225.6581,-1.0001,200.3647,0,1,0,0,0,1,1,0,0|-55.6353,1.6,30.3418|-52.2353,2,30.3418|-54.6353,2.6,31.8418|-53.1353,2.6,30.3418|-54.6353,2.6,30.3418|-56.6353,2.6,30.8418|-56.6353,2.6,29.8418|-54.6353,2.6,28.8418|-63.1501,9.55,29.3|-64.4501,6.7,29.9|226.099'
- ..'9,-6.7001,191.5499,0,1,0,0,0,1,1,0,0|-48.4001,13.9,29.3499|-57.23,13.3,32.4528|-38.6353,1,30.3418|225.6581,-1.0001,217.3647,0,1,0,0,0,1,1,0,0|-38.6353,1.6,30.3418|-35.2353,2,30.3418|-37.6353,2.6,31.8418|-36.1353,2.6,30.3418|-37.6353,2.6,30.3418|-39.6353,2.6,30.8418|-39.6353,2.6,29.8418|-37.6353,2.6,28.8418|-41.13,13.3,32.4528|-32.35,6.7,29.45|226.5499,-6.7001,223.65,0,1,0,0,0,1,1,0,0|-48.05,9.55,29.3|-49.35,6.7,29.75'
- ..'|226.2499,-6.7001,206.65,0,1,0,0,0,1,1,0,0|1.8997,2.1499,1.8999|16.3999,4.3,2|-257.8998,-2.15,254.1,-1,0,0,0,0,0.9999,0,1,0|-62.55,14.5,12.55|4.6999,1,24.9|-5.5,1.9499,5.1499|4.4999,3.6999,2|-2.2501,1.9499,-0.8003,0,0,0.9999,0,-1,0,0.9999,0,0|2.2499,1.9499,42.9999,0,0,-1,0,-1,0,-1,0,0|-74.8,13.3499,-7.55|2.8,3.1,15.2999|-31.7,-14.6501,1,1,0,0,0,1,0,0,0,1|-1.4,-13.35,41.9499,0,0,1,0,0.9999,0,-1,0,0|-4.6501,-6.7001,1,1'
- ..',0,0,0,1,0,0,0,1|9.1,1.05,7.6499,-1,0,0,0,0.9999,0,0,0,-1|-5.2001,-0.5,17.0499,1,0,0,0,1,0,0,0,1|10.2,0.05,7.6499,-1,0,0,0,0.9999,0,0,0,-1|9.1,-13.35,7.6499,-1,0,0,0,0.9999,0,0,0,-1|-70.7919,1,9.9147|185.2081,-1.0001,-246.0853,1,0,0,0,0,1,0,-1,0|-70.7919,1.6,9.9147|-70.7919,2,13.3147|-72.2919,2.6,10.9147|-70.7919,2.6,12.4147|-70.7919,2.6,10.9147|-71.2919,2.6,8.9147|-70.2919,2.6,8.9147|-69.2919,2.6,10.9147|-69.7501,9.'
- ..'55,2.4|-70.35,6.7,1.1|185.65,-6.7001,-254.9,1,0,0,0,0,1,0,-1,0|-69.8,13.9,17.1499|-72.9029,13.3,8.32|-70.7919,1,26.9147|185.2081,-1.0001,-229.0853,1,0,0,0,0,1,0,-1,0|-70.7919,1.6,26.9147|-70.7919,2,30.3147|-72.2919,2.6,27.9147|-70.7919,2.6,29.4147|-70.7919,2.6,27.9147|-71.2919,2.6,25.9147|-70.2919,2.6,25.9147|-69.2919,2.6,27.9147|-72.9029,13.3,24.42|-69.9,6.7,33.2|186.1,-6.7001,-222.8,1,0,0,0,0,1,0,-1,0|-69.7501,9.55'
- ..',17.5|-70.2,6.7,16.2|185.8,-6.7001,-239.8,1,0,0,0,0,1,0,-1,0|-65.8001,6.75,26.9|-66.3001,6.75,10.0999|-17.75,21.15,-17.3501|-34.55,21.15,-16.8501|-17.5648,15.3999,-21.8419|-17.5648,15.9999,-21.8419|-20.9648,16.4,-21.8419|-18.5648,17,-23.3419|-20.0648,17,-21.8419|-18.5648,17,-21.8419|-16.5648,17,-22.3419|-16.5648,17,-21.3419|-18.5648,17,-20.3419|-10.0501,23.95,-20.8001|-8.75,21.1,-21.4001|-24.8,28.3,-20.85|-15.9701,27'
- ..'.7,-23.9529|-34.5648,15.3999,-21.8419|-34.5648,16,-21.8419|-37.9648,16.4,-21.8419|-35.5648,17,-23.3419|-37.0648,17,-21.8419|-35.5648,17,-21.8419|-33.5648,17,-22.3419|-33.5648,17,-21.3419|-35.5648,17,-20.3419|-32.0701,27.7,-23.9529|-40.85,21.1,-20.9501|-25.1501,23.95,-20.8001|-23.8501,21.1,-21.2501|-17.75,6.75,-17.3501|-34.55,6.75,-16.8501|-17.5648,1,-21.8419|-277.8419,-1.0001,-238.4353,0,-1,0,0,0,1,-1,0,0|-17.5648,1.'
- ..'6,-21.8419|-20.9648,2,-21.8419|-18.5648,2.6,-23.3419|-20.0648,2.6,-21.8419|-18.5648,2.6,-21.8419|-16.5648,2.6,-22.3419|-16.5648,2.6,-21.3419|-18.5648,2.6,-20.3419|-10.0501,9.55,-20.8001|-8.75,6.7,-21.4001|-277.4001,-6.7001,-247.25,0,-1,0,0,0,1,-1,0,0|-24.8,13.9,-20.85|-7.9,0.5,50.4499,0,-1,0,0,0,-1,0.9999,0,0|-15.9701,13.3,-23.9529|-34.5648,1,-21.8419|-277.8419,-1.0001,-221.4353,0,-1,0,0,0,1,-1,0,0|-34.5648,1.6,-21.8'
- ..'419|-37.9648,2,-21.8419|-35.5648,2.6,-23.3419|-37.0648,2.6,-21.8419|-35.5648,2.6,-21.8419|-33.5648,2.6,-22.3419|-33.5648,2.6,-21.3419|-35.5648,2.6,-20.3419|-32.0701,13.3,-23.9529|-40.85,6.7,-20.9501|-276.9501,-6.7001,-215.15,0,-1,0,0,0,1,-1,0,0|-25.1501,9.55,-20.8001|-23.8501,6.7,-21.2501|-277.2501,-6.7001,-232.15,0,-1,0,0,0,1,-1,0,0|Dining Table|Chair|0.4117,0.2509,0.1568|-39.2391,1.3,6.8138|0.1999,2.5999,0.1999|10|'
- ..'Part-to-Seat Strong Joint|-0.1,1.2999,0.0999,-1,0,0,0,0,1,0,1,-0|-1.25,-0.1,1.4,-1,0,0,0,0,1,0,1,-0|-249.1862,-1.3001,-216.761,0,-1,0,0,0,1,-1,0,0|-39.2391,1.3,4.5138|1.05,-0.1,1.4,-1,0,0,0,0,1,0,1,-0|-251.4862,-1.3001,-216.761,0,-1,0,0,0,1,-1,0,0|-41.8391,1.3,6.8138|-1.25,-0.1,-1.2001,-1,0,0,0,0,1,0,1,-0|-249.1862,-1.3001,-214.161,0,-1,0,0,0,1,-1,0,0|-39.1891,5.15,5.6638|2.4999,4.7,0.0999|-40.5391,2.7,5.6638|2.5,0.2'
- ..',2.7999|-41.8391,1.3,4.5138|1.05,-0.1,-1.2001,-1,0,0,0,0,1,0,1,-0|-251.4862,-1.3001,-214.161,0,-1,0,0,0,1,-1,0,0|-45.7891,1.3,10.8638|-210.211,-1.3001,245.1361,-1,0,0,0,0,1,0,1,0|-43.4891,1.3,10.8638|-212.511,-1.3001,245.1361,-1,0,0,0,0,1,0,1,0|-45.7891,1.3,8.2638|-210.211,-1.3001,247.7361,-1,0,0,0,0,1,0,1,0|-44.6391,5.15,10.9138|-44.6391,2.7,9.5638|-43.4891,1.3,8.2638|-212.511,-1.3001,247.7361,-1,0,0,0,0,1,0,1,0|-50'
- ..'.3391,1.3001,0.0138|255.9861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-50.3391,1.3001,2.3138|253.6861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-47.7391,1.3001,0.0138|255.9861,-1.3002,208.2609,0,1,0,0,0,1,1,0,0|-50.3891,5.1501,1.1638|-49.0391,2.7001,1.1638|-47.7391,1.3001,2.3138|253.6861,-1.3002,208.2609,0,1,0,0,0,1,1,0,0|-43.4891,1.3,-4.8362|212.5109,-1.3001,-260.8362,1,0,0,0,0,1,0,-1,0|-45.7891,1.3,-4.8362|210.2109,-1.3001,-260'
- ..'.8362,1,0,0,0,0,1,0,-1,0|-43.4891,1.3001,-2.2362|212.5109,-1.3002,-258.2362,1,0,0,0,0,1,0,-1,0|-44.6391,5.15,-4.8862|-44.6391,2.7,-3.5362|-45.7891,1.3,-2.2362|210.2109,-1.3001,-258.2362,1,0,0,0,0,1,0,-1,0|-39.2391,1.3001,2.3138|-253.6862,-1.3002,-216.761,0,-1,0,0,0,1,-1,0,0|-39.2391,1.3001,0.0138|-255.9862,-1.3002,-216.761,0,-1,0,0,0,1,-1,0,0|-41.8391,1.3001,2.3138|-253.6862,-1.3002,-214.161,0,-1,0,0,0,1,-1,0,0|-39.1'
- ..'891,5.1501,1.1638|-40.5391,2.7001,1.1638|-41.8391,1.3001,0.0138|-255.9862,-1.3002,-214.161,0,-1,0,0,0,1,-1,0,0|-50.3391,1.3001,4.5138|251.4861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-50.3391,1.3001,6.8138|249.1861,-1.3002,205.6609,0,1,0,0,0,1,1,0,0|-47.7391,1.3002,4.5138|251.4861,-1.3003,208.2609,0,1,0,0,0,1,1,0,0|-50.3891,5.1501,5.6638|-49.0391,2.7001,5.6638|-47.7391,1.3001,6.8138|249.1861,-1.3002,208.2609,0,1,0,0,0,1,1'
- ..',0,0|Table|-42.0891,2.7,-1.2362|0.2,4.7999,0.1999|-42.0891,2.55,7.7638|0.2,5.0999,0.1999|-213.911,-2.5501,248.2361,-1,0,0,0,0,1,0,1,0|-47.5891,2.55,-1.2362|-208.411,-2.5501,257.2361,-1,0,0,0,0,1,0,1,0|-44.8391,5.2,3.2638|5.6999,0.1999,9.1999|-47.5891,2.55,7.7638|-208.411,-2.5501,248.2361,-1,0,0,0,0,1,0,1,0|-66.9,14.4,-0.9|13.2,1,2|2.3499,-0.5,-12.4501,-1,0,0,0,1,0,0,0,-1|6.7,-0.4,1,-1,0,0,0,1,0,0,0,-1|1.1999,-0.0001,'
- ..'0.9999,-1,0,0,0,1,0,0,0,-1|2.3,-1.0001,0.9999,-1,0,0,0,1,0,0,0,-1|-25.05,19.4999,8.4999|8.4999,19.3999,2|-14.55,-14.6,1,1,0,0,0,1,0,0,0,1|-4.25,-19.5,27.8999,0,0,0.9999,0,0.9999,0,-1,0,0|-29.15,-14.65,-1,-0,0,-1,0,1,0,1,0,-0|4.2499,-19.5,-1.1,0,0,-1,0,0.9999,0,1,0,0|23.6499,14.8,-2.7501|4,1,20.3999|1.45,-0.5001,9.85,-1,0,0,0,0,1,0,1,0|-50.5001,-0.5,1.9499,1,0,0,0,1,0,0,0,1|-99,-0.4,-10.2,1,0,0,0,1,0,0,0,1|15.4499,21.'
- ..'15,-17.3501|-1.35,21.15,-16.8501|15.6352,15.3999,-21.8419|15.6352,15.9999,-21.8419|12.2352,16.4,-21.8419|14.6352,17,-23.3419|13.1352,17,-21.8419|14.6352,17,-21.8419|16.6352,17,-22.3419|16.6352,17,-21.3419|14.6352,17,-20.3419|23.1499,23.95,-20.8001|24.4499,21.1,-21.4001|8.4,28.3,-20.85|-4.1,-0.5,-16.1501,-1,0,0,0,0,0.9999,0,1,0|17.2299,27.7,-23.9529|-1.3648,15.3999,-21.8419|-1.3648,16,-21.8419|-4.7648,16.4,-21.8419|-2'
- ..'.3648,17,-23.3419|-3.8648,17,-21.8419|-2.3648,17,-21.8419|-0.3648,17,-22.3419|-0.3648,17,-21.3419|-2.3648,17,-20.3419|1.1299,27.7,-23.9529|-7.6501,21.1,-20.9501|5.0999,6.6999,-0.1,1,0,0,0,0,-1,0,1,0|-5.3001,-6.7001,-0.1,-1,0,0,0,0,1,0,1,0|8.0499,23.95,-20.8001|9.3499,21.1,-21.2501|15.45,6.75,-17.3501|-1.35,6.75,-16.8501|15.6352,1,-21.8419|-277.8419,-1.0001,-271.6353,0,-1,0,0,0,1,-1,0,0|15.6352,1.6,-21.8419|12.2352,2,'
- ..'-21.8419|14.6352,2.6,-23.3419|13.1352,2.6,-21.8419|14.6352,2.6,-21.8419|16.6352,2.6,-22.3419|16.6352,2.6,-21.3419|14.6352,2.6,-20.3419|23.1499,9.55,-20.8001|24.4499,6.7,-21.4001|-277.4001,-6.7001,-280.4501,0,-1,0,0,0,1,-1,0,0|8.4,13.9,-20.85|4.65,-6.7001,1,0.9999,0,0,0,0,-1,-0,1,0|5.2,0.5,-16.1501,0.9999,0,0,0,0,-1,0,1,0|5.2999,-6.6501,1,1,0,0,0,0,-1,-0,1,0|4.15,0.4999,18.9,1,0,0,0,0,-1,0,1,0|-7.9,0.5,17.2499,0,-1,0,'
- ..'0,0,-1,0.9999,0,0|17.2299,13.3,-23.9529|-1.3648,1,-21.8419|-277.8419,-1.0001,-254.6353,0,-1,0,0,0,1,-1,0,0|-1.3648,1.6,-21.8419|-4.7648,2,-21.8419|-2.3648,2.6,-23.3419|-3.8648,2.6,-21.8419|-2.3648,2.6,-21.8419|-0.3648,2.6,-22.3419|-0.3648,2.6,-21.3419|-2.3648,2.6,-20.3419|1.1299,13.3,-23.9529|-7.6501,6.7,-20.9501|-276.9501,-6.7001,-248.35,0,-1,0,0,0,1,-1,0,0|8.0499,9.55,-20.8001|9.3499,6.7,-21.2501|-277.2501,-6.7001,'
- ..'-265.35,0,-1,0,0,0,1,-1,0,0|0.1529,0.2745,0.1764|-20.6,29.3,-9.5001|111.7999,1,35|12.85,-0.5,-6.15,0,1,0,0,0,1,1,0,0|46.0499,-0.5,-6.15,0,1,0,0,0,1,1,0,0|-57.9501,-14.65,1,1,0,0,0,1,0,0,0,1|-57.7001,-29.3001,-17.5,1,0,0,0,1,0,0,0,1|-44,-0.5,9.5999,1,0,0,0,0,1,0,-1,0|-21.35,-0.5,-6.15,0,1,0,0,0,1,1,0,0|-25.0001,13.9499,9.7999|7.5999,5.3,0.5999|1|1,1,1,1|1,1,1|3|Larrys Hotel|0.3333,1,0|50|-4.25,-9.7,1,1,0,0,0,1,0,0,0,1'
- ..'|4.2999,-4.15,0.3,-1,0,0,0,0.9999,0,0,0,-1|-53.5,29.3,21.8999|46,1,27.3999|-11.1,-0.5,-21.8,1,0,0,0,0,1,0,-1,0|Menu(Food)|Menu (Food)|4.3494,14.5502,7.2504|16.3,6.0999,0.2999|0,0,0,50|0,200,0,50|Mint|0,0,0|14|0,0,0,100|Chocolate|0,0,0,150|Vanilla|Cakepops|0,200,0,0|Cookies|Choco Chip|0,200,0,100|0,200,0,150|Double Choco|0,200,0,200|Plain|0,200,0,250|Sugar|0,400,0,0|Muffins|0,400,0,50|Banana|0,400,0,100|Blueberry|0,41'
- ..'0,0,150|0,410,0,200|0,410,0,250|Double Chocolate|0,600,0,0|Vanilla Muffin|_____________|33.1502,-14.5502,0.1486,-1.0001,-0.0001,-0.0001,-0.0001,1,-0.0001,0,-0.0001,-1.0001;0,82>15,82>16>81,83>15>99,83>16>81,84>15>501,84>16>81,85>15>540,85>16>81,86>15>427,86>16>81,87>15>465,87>16>81,89>15,89>16>88,90>15>94,90>16>88,92>15,92>16>91,93>15>88,93>16>91,95>15,95>16>94,97>15>99,97>16>96,98>15,98>16>96,100>15,100>16>99,105>15'
- ..'>656,105>16>104,122>15>123,122>16>121,124>15>656,124>16>123,126>15>123,126>16>125,127>15>158,127>16>125,128>15>167,128>16>125,129>15>161,129>16>125,130>15>163,130>16>125,135>15>125,135>16>132,138>15>125,138>16>136,141>15>656,141>16>140,164>15>656,164>16>163,166>15>167,166>16>165,168>15>656,168>16>167,170>15>125,170>16>169,171>15>163,171>16>169,173>15>125,173>16>172,177>15>204,177>16>176,179>15>204,179>16>178,180>15>2'
- ..'42,180>16>178,184>15>277,184>16>183,201>15>202,201>16>200,203>15>277,203>16>202,205>15>202,205>16>204,206>15>237,206>16>204,207>15>246,207>16>204,208>15>240,208>16>204,209>15>242,209>16>204,214>15>204,214>16>211,217>15>204,217>16>215,220>15>277,220>16>219,243>15>277,243>16>242,245>15>246,245>16>244,247>15>277,247>16>246,250>15>277,250>16>249,252>15>277,252>16>251,253>15>316,253>16>251,257>15,257>16>256,274>15>275,274'
- ..'>16>273,276>15,276>16>275,278>15>275,278>16>277,279>15>311,279>16>277,280>15>320,280>16>277,281>15>314,281>16>277,282>15>316,282>16>277,283>15>174,283>16>277,288>15>277,288>16>285,291>15>277,291>16>289,294>15,294>16>293,317>15,317>16>316,319>15>320,319>16>318,321>15,321>16>320,323>15>621,323>16>322,324>15>96,324>16>322,326>15>393,326>16>325,327>15>332,327>16>325,328>15>577,328>16>325,331>15>356,331>16>330,333>15>356,'
- ..'333>16>332,334>15>393,334>16>332,354>15>355,354>16>353,357>15>355,357>16>356,358>15>388,358>16>356,359>15>396,359>16>356,360>15>391,360>16>356,361>15>393,361>16>356,366>15>356,366>16>363,369>15>356,369>16>367,395>15>396,395>16>394,399>15,399>16>398,400>15>427,400>16>398,402>15,402>16>401,403>15>427,403>16>401,404>15>465,404>16>401,424>15>425,424>16>423,426>15>99,426>16>425,428>15>425,428>16>427,429>15>460,429>16>427,'
- ..'430>15>469,430>16>427,431>15>463,431>16>427,432>15>465,432>16>427,433>15>99,433>16>427,438>15>427,438>16>435,441>15>427,441>16>439,466>15>99,466>16>465,468>15>469,468>16>467,470>15>99,470>16>469,473>15>501,473>16>472,475>15>501,475>16>474,476>15>540,476>16>474,480>15>427,480>16>479,497>15>498,497>16>496,499>15>99,499>16>498,500>15>427,500>16>498,502>15>498,502>16>501,503>15>535,503>16>501,504>15>545,504>16>501,505>15'
- ..'>538,505>16>501,506>15>540,506>16>501,507>15>99,507>16>501,512>15>501,512>16>509,515>15>501,515>16>513,518>15>427,518>16>517,541>15>99,541>16>540,542>15>427,542>16>540,544>15>545,544>16>543,546>15>99,546>16>545,547>15>427,547>16>545,550>15>577,550>16>549,552>15>577,552>16>551,553>15>615,553>16>551,557>15,557>16>556,574>15>575,574>16>573,576>15,576>16>575,578>15>575,578>16>577,579>15>610,579>16>577,580>15>619,580>16>5'
- ..'77,581>15>613,581>16>577,582>15>615,582>16>577,587>15>577,587>16>584,590>15>577,590>16>588,593>15,593>16>592,616>15,616>16>615,618>15>619,618>16>617,620>15,620>16>619,622>15,622>16>621,625>15>621,625>16>624,626>15>96,626>16>624,628>15>91,628>16>627,629>15>123,629>16>627,630>15>656,630>16>627,631>15>654,631>16>627,636>15,636>16>635,653>15>654,653>16>652,655>15,655>16>654,657>15>654,657>16>656,658>15>689,658>16>656,659'
- ..'>15>698,659>16>656,660>15>692,660>16>656,661>15>694,661>16>656,666>15>656,666>16>663,669>15>656,669>16>667,672>15,672>16>671,695>15,695>16>694,697>15>698,697>16>696,699>15,699>16>698,701>15>656,701>16>700,702>15>694,702>16>700,704>15>656,704>16>703,707>15>734,707>16>706,709>15>734,709>16>708,710>15>772,710>16>708,714>15>807,714>16>713,731>15>732,731>16>730,733>15>807,733>16>732,735>15>732,735>16>734,736>15>767,736>16'
- ..'>734,737>15>776,737>16>734,738>15>770,738>16>734,739>15>772,739>16>734,744>15>734,744>16>741,747>15>734,747>16>745,750>15>807,750>16>749,773>15>807,773>16>772,775>15>776,775>16>774,777>15>807,777>16>776,780>15>807,780>16>779,782>15>807,782>16>781,783>15>846,783>16>781,787>15,787>16>786,804>15>805,804>16>803,806>15,806>16>805,808>15>805,808>16>807,809>15>841,809>16>807,810>15>850,810>16>807,811>15>844,811>16>807,812>1'
- ..'5>846,812>16>807,813>15>174,813>16>807,818>15>807,818>16>815,821>15>807,821>16>819,824>15,824>16>823,847>15,847>16>846,849>15>850,849>16>848,851>15,851>16>850,855>15>854,855>16>864,856>15,856>16>854,858>15>857,858>16>864,859>15,859>16>857,861>15>860,861>16>864,862>15,862>16>860,866>15>865,866>16>864,867>15,867>16>865,870>15>869,870>16>879,871>15,871>16>869,873>15>872,873>16>879,874>15,874>16>872,876>15>875,876>16>879'
- ..',877>15,877>16>875,881>15>880,881>16>879,882>15,882>16>880,885>15>884,885>16>894,886>15,886>16>884,888>15>887,888>16>894,889>15,889>16>887,891>15>890,891>16>894,892>15,892>16>890,896>15>895,896>16>894,897>15,897>16>895,900>15>899,900>16>909,901>15,901>16>899,903>15>902,903>16>909,904>15,904>16>902,906>15>905,906>16>909,907>15,907>16>905,911>15>910,911>16>909,912>15,912>16>910,915>15>914,915>16>924,916>15,916>16>914,9'
- ..'18>15>917,918>16>924,919>15,919>16>917,921>15>920,921>16>924,922>15,922>16>920,926>15>925,926>16>924,927>15,927>16>925,930>15>929,930>16>939,931>15,931>16>929,933>15>932,933>16>939,934>15,934>16>932,936>15>935,936>16>939,937>15,937>16>935,941>15>940,941>16>939,942>15,942>16>940,946>15,946>16>945,948>15,948>16>947,951>15,951>16>950,953>15>623,953>16>952,954>15>123,954>16>952,955>15>656,955>16>952,957>15>94,957>16>956,'
- ..'958>15>96,958>16>956,960>15>427,960>16>959,961>15>174,961>16>959,964>15>991,964>16>963,966>15>991,966>16>965,967>15>1030,967>16>965,971>15>1067,971>16>970,988>15>989,988>16>987,990>15>1067,990>16>989,992>15>989,992>16>991,993>15>1025,993>16>991,994>15>1036,994>16>991,995>15>1028,995>16>991,996>15>1030,996>16>991,997>15>732,997>16>991,1002>15>991,1002>16>999,1005>15>991,1005>16>1003,1008>15>1067,1008>16>1007,1031>15>1'
- ..'067,1031>16>1030,1032>15>734,1032>16>1030,1033>15>807,1033>16>1030,1035>15>1036,1035>16>1034,1037>15>1067,1037>16>1036,1040>15>1067,1040>16>1039,1042>15>1067,1042>16>1041,1043>15>1109,1043>16>1041,1047>15,1047>16>1046,1064>15>1065,1064>16>1063,1066>15,1066>16>1065,1068>15>1065,1068>16>1067,1069>15>1104,1069>16>1067,1070>15>1114,1070>16>1067,1071>15>1107,1071>16>1067,1072>15>1109,1072>16>1067,1073>15>732,1073>16>1067,'
- ..'1074>15>805,1074>16>1067,1075>15>474,1075>16>1067,1076>15>174,1076>16>1067,1081>15>1067,1081>16>1078,1084>15>1067,1084>16>1082,1087>15,1087>16>1086,1110>15>807,1110>16>1109,1111>15,1111>16>1109,1113>15>1114,1113>16>1112,1115>15,1115>16>1114,1117>15>734,1117>16>1116,1118>15>991,1118>16>1116,1119>15>81,1119>16>1116,1120>15>125,1120>16>1116,1121>15>204,1121>16>1116,1125>15>956,1125>16>1122,1127>15>125,1127>16>1126,1150>'
- ..'15>96,1150>16>1129;2;n;2;n;1|2:2|3:3|4:4|5:5;n;3|6:6;p;1|2:2|3:7|4:4|5:5;n;3|6:6;p;1|2:2|7:8|8:9|3:10|4:4|5:11|9:12|7:8|7:8;1|2:2|8:9|3:13|4:4|5:14|9:12;n;4;p;1|2:2|7:8|8:9|3:15|4:4|5:16|9:12|7:8|7:8;1|2:2|8:9|3:17|4:4|5:18|9:12;n;4;p;1|2:2|8:9|3:19|4:4|5:20|9:12;n;4;p;1|2:2|7:8|8:9|3:21|4:4|5:22|9:12|7:8|7:8;1|2:2|8:9|3:23|4:4|5:14|9:12;n;4;p;1|2:2|8:9|3:24|4:4|5:25|9:12;n;4;p;1|2:2|3:26|4:4|5:5;n;3|6:6;p;1|2:2|8:9|'
- ..'3:27|4:4|5:25|9:12;n;4;p;1|2:2|7:8|8:9|3:28|4:4|5:29|9:12|7:8|7:8;1|2:2|3:30|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:31|4:4|5:20|9:12;n;4;p;1|2:2|3:32|4:4|5:5;n;3|6:6;p;1|2:2|3:33|4:4|5:5;n;3|6:6;p;1|2:2|7:8|8:9|3:34|4:4|5:35|9:12|7:8|7:8;1|2:2|8:9|3:36|4:4|5:18|9:12;n;4;p;1|2:2|3:37|4:4|5:5;n;3|6:6;p;1|2:2|3:38|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:39|4:4|5:40|9:12;n;4;p;1|2:2|7:8|8:41|3:42|4:43|5:44|9:12|7:8|7:8;n;5|10:45|6:46|11:47'
- ..';4|10:48|6:46;p;1|2:2|7:8|8:9|3:49|4:4|5:50|9:12|7:8|7:8;1|2:2|7:8|8:41|3:51|4:43|5:44|9:12|7:8|7:8;n;5|10:45|6:46|11:47;4|10:48|6:46;p;1|2:2|3:52|4:4|5:5;n;3|6:6;p;1|2:2|3:53|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:54|4:4|5:40|9:12;n;4;p;1|2:2|3:55|4:4|5:5;n;3|6:6;p;1|2:2|7:8|8:9|3:56|4:4|5:57|9:12|7:8|7:8;1|2:2|8:9|3:58|4:4|5:59|9:12;n;4;p;1|2:2|8:9|3:60|4:4|5:59|9:12;n;4;p;1|2:2|3:61|4:4|5:5;n;3|6:6;p;1|2:2|3:62|4:4|5:5;n;3'
- ..'|6:6;p;1|2:2|3:63|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:64|4:4|5:65|9:12;n;4;p;1|2:2|7:8|8:9|3:66|4:4|5:67|9:12|7:8|7:8;1|2:2|8:9|3:68|4:4|5:69|9:12;n;4;p;1|2:2|3:70|4:4|5:5;n;3|6:6;p;1|2:2|8:9|3:71|4:4|5:65|9:12;n;4;p;1|2:2|8:9|3:72|4:4|5:69|9:12;n;4;p;1|2:2|3:73|4:4|5:5;n;3|6:6;p;p;1|2:2|7:74|3:75|5:76|12:12|9:12|7:74|7:74;n;6|13:77|14:78;6|13:79|14:80;6|13:81|14:82;6|13:83|14:84;6|13:81|14:85;6|13:83|14:86;p;1|2:2|7:74|3:'
- ..'87|5:88|12:12|9:12|7:74|7:74;n;6|13:77|14:89;6|13:90|14:91;p;1|2:2|7:74|3:92|4:93|5:94|12:12|9:12|7:74|7:74;n;6|13:77|14:95;6|13:96|14:97;p;1|2:2|7:74|3:98|4:93|5:99|12:12|9:12|7:74|7:74;n;6|13:100|14:101;p;1|2:2|7:74|3:102|5:103|12:12|9:12|7:74|7:74;n;6|13:104|14:105;6|13:100|14:106;p;1|2:2|7:74|3:107|4:93|5:108|12:12|9:12|7:74|7:74;n;6|13:100|14:109;p;2;n;2;n;2|1:110;n;1|1:111|2:2|7:112|3:113|4:114|5:115|12:12|9:12'
- ..'|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:120|4:114|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:124|4:114|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:129|4:130|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:134|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:139|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:143|4:130|'
- ..'5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:145|4:130|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:147|4:130|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:113|4:114|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:151|4:114|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:155|4:114|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:158|4:114|5:159|12:12|9:12;n;6|13:16'
- ..'0|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:174|4:114|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:174|4:114|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:181|4:114|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:183|4:114|5:121|12:12|9:12|7:119|7:119;'
- ..'1|1:122|2:2|7:123|3:184|4:114|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:185|4:130|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:186|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:187|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:188|4:130|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:189|4:130|5:131|12:12|9:12|7:128|7:128'
- ..';1|1:146|2:2|7:128|17:2|3:190|4:130|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:181|4:114|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:191|4:114|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:191|4:114|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:192|4:114|5:193|12:12|9:12;n;6|13:116|14:194;p;1|2:2|7:119|3:195|4:114|5:152|12:12|9:12|7:1'
- ..'19|7:119;n;6|13:196|14:197;p;1|2:2|3:198|4:114|5:199|12:12|9:12;n;6|13:116|14:200;p;p;1|2:2|7:201|3:202|4:4|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;1|2:2|7:201|3:207|4:4|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;p;1|2:2|7:210|3:211|5:212|12:12|9:12|7:210|7:210;2;n;1|2:2|7:201|3:213|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:214|4:114|5:203|12:12|9:12|7:201|7:2'
- ..'01;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:215|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:216|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:217|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:218|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:220|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:1'
- ..'28|17:2|3:221|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:222|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:223|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:224|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:215|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:225|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2'
- ..'|3:226|4:93|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:227|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:228|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:228|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:229|4:93|5:115|12:12|9:12|7:'
- ..'112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:230|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:231|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:232|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:233|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:234|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:235|4:219|5:131'
- ..'|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:236|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:237|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:229|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:238|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:238|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:239|4:9'
- ..'3|5:193|12:12|9:12;n;6|13:116|14:194;p;1|2:2|7:119|3:240|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:241|4:93|5:199|12:12|9:12;n;6|13:116|14:200;p;p;p;2;n;1|2:2|7:201|3:242|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:243|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:244|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:'
- ..'245;p;1|1:118|2:2|7:119|3:246|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:247|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:248|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:249|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:250|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:251|4:219|5:131|12:12|9:12|7:128|7:128;'
- ..'1|1:144|2:2|7:128|17:2|3:252|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:253|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:244|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:254|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:255|4:93|5:156|12:12|9:12;n;6|13:77|14:256;p;1|2:2|3:257|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|'
- ..'14:165;6|13:166|14:167;6|13:168|14:169;6|13:258|14:259;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:260|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:260|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:261|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:262;p;1|1:118|2:2|7:119|3:263|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:264'
- ..'|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:265|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:266|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:267|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:268|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:269|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|'
- ..'3:270|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:261|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:271|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:271|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:272|4:93|5:193|12:12|9:12;n;6|13:77|14:273;p;1|2:2|7:119|3:274|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1'
- ..'|2:2|3:275|4:93|5:199|12:12|9:12;n;6|13:77|14:276;p;p;p;1|2:2|7:277|8:41|3:278|4:279|5:280|12:12|9:12|7:277|7:277;n;6|13:281|14:282;6|13:283|14:284;p;1|2:2|7:210|3:285|4:114|5:286|12:12|9:12|7:210|7:210;n;6|13:287|14:288;6|13:289|14:290;6|13:116|14:291;p;2;n;1|2:2|7:201|3:292|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:293|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110'
- ..';n;1|1:111|2:2|7:112|3:294|4:4|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:295|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:296|4:4|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:297|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:299|4:298|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:300|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|'
- ..'7:128|17:2|3:301|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:302|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:303|4:298|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:294|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:304|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:305|4:4|5:156|12:12|9:12;1|2:2|3:306|4:4|5:159|12:12|9:12;n;6|13:160|14:'
- ..'161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:307|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:307|4:4|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:308|4:4|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:309|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:310|4:4|5:125'
- ..'|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:311|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:312|4:298|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:313|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:314|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:315|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:316|4:298'
- ..'|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:308|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:317|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:317|4:4|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:318|4:4|5:193|12:12|9:12;1|2:2|7:119|3:319|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:320|4:4|5:199|12:12|9:12;p;p'
- ..';2;n;1|2:2|7:201|3:321|4:93|5:208|12:12|9:12|7:201|7:201;n;6|13:77|14:322;6|13:178|14:209;p;1|2:2|7:201|3:323|4:93|5:203|12:12|9:12|7:201|7:201;n;6|13:77|14:324;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:325|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:326|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:327|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:328|4:329|5:131|1'
- ..'2:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:330|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:331|4:329|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:332|4:329|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:333|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:334|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:325|5:149|1'
- ..'2:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:335|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:336|5:156|12:12|9:12;n;6|13:337|14:338;p;1|2:2|3:339|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:337|14:340;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:341|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:341|'
- ..'5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:342|5:115|12:12|9:12|7:112|7:112;1|1:118|2:2|7:119|3:343|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:344|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:345|4:329|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:346|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:347|4:329|5:140|12:'
- ..'12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:348|4:329|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:349|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:350|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:342|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:351|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:1'
- ..'72|3:351|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:352|5:193|12:12|9:12;n;6|13:337|14:353;p;1|2:2|7:119|3:354|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:355|5:199|12:12|9:12;n;6|13:337|14:356;p;p;p;2;n;1|2:2|7:201|3:357|4:93|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:358|4:93|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:359|5:115|1'
- ..'2:12|9:12|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:360|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:361|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:362|4:329|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:363|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:364|4:329|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:365|4:329|5:1'
- ..'31|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:366|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:367|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:359|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:368|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:369|5:156|12:12|9:12;n;6|13:337|14:370;6|13:116|14:157;p;1|2:2|3:371|5:159|12:12|9:12;n;6|13:160|14:161;6|'
- ..'13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:337|14:372;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:373|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:373|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:374|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:375|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3'
- ..':376|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:377|4:329|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:378|4:329|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:379|4:329|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:380|4:329|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:381|4:329|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3'
- ..':382|4:329|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:374|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:383|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:383|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:384|5:193|12:12|9:12;n;6|13:337|14:385;6|13:116|14:194;p;1|2:2|7:119|3:386|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:38'
- ..'7|5:199|12:12|9:12;n;6|13:337|14:388;6|13:116|14:200;p;p;p;2;n;1|2:2|7:201|3:389|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:390|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:391|4:4|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:392;p;1|1:118|2:2|7:119|3:393|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:394|4:4|5:125|12:12|9:12|7:123|7:123;2|1'
- ..':126;n;1|1:127|2:2|7:128|17:2|3:395|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:396|4:298|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:397|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:398|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:399|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:400|4:298|5:131|12:12|9:12|7:128|7:1'
- ..'28;8|18:148|19:148;9|2:2|7:112|17:2|3:391|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:401|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:402|4:4|5:156|12:12|9:12;n;6|13:77|14:403;p;1|2:2|3:404|4:4|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:405|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:17'
- ..'6;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:405|4:4|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:406|4:4|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:407;p;1|1:118|2:2|7:119|3:408|4:4|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:409|4:4|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:410|4:298|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:411|4:298|5:135|'
- ..'12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:412|4:298|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:413|4:298|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:414|4:298|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:415|4:298|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:406|4:4|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:'
- ..'2|7:171|8:172|20:173|3:416|4:4|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:416|4:4|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:417|4:4|5:193|12:12|9:12;n;6|13:77|14:418;p;1|2:2|7:119|3:419|4:4|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:420|4:4|5:199|12:12|9:12;n;6|13:77|14:421;p;p;p;1|2:2|7:277|8:41|3:422|5:423|12:12|9:12|7:277|7:277;n;6|13:77|14:424;p;1|2:2|7:210|3:425|5:426|12:12'
- ..'|9:12|7:210|7:210;1|2:2|7:277|8:41|3:427|4:279|5:428|12:12|9:12|7:277|7:277;n;6|13:281|14:429;6|13:283|14:430;p;1|2:2|7:210|3:431|5:432|12:12|9:12|7:210|7:210;n;6|13:433|14:434;6|13:435|14:436;6|13:437|14:438;6|13:435|14:439;p;2;n;2;n;2|1:110;n;1|1:111|2:2|7:112|3:440|4:114|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:441;p;1|1:118|2:2|7:119|3:442|4:114|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:443|4:114|5:125|12'
- ..':12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:444|4:130|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:445|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:446|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:447|4:130|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:448|4:130|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:449|4:130|5:'
- ..'131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:440|4:114|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:450|4:114|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:451|4:114|5:156|12:12|9:12;n;6|13:77|14:452;p;1|2:2|3:453|4:114|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:454|4:114|5:1'
- ..'75|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:454|4:114|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:455|4:114|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:456;p;1|1:118|2:2|7:119|3:457|4:114|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:458|4:114|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:459|4:130|5:131|12:12|9:12|7:128|7:128'
- ..';1|1:132|2:2|7:133|17:2|3:460|4:130|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:461|4:130|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:462|4:130|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:463|4:130|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:464|4:130|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:455|4:114|5:149|12:12|9:12|7:112'
- ..'|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:465|4:114|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:465|4:114|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:466|4:114|5:193|12:12|9:12;n;6|13:77|14:467;p;1|2:2|7:119|3:468|4:114|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:469|4:114|5:199|12:12|9:12;n;6|13:77|14:470;p;p;1|2:2|7:201|3:471|4:4|5:203|12:12|9:12|7:201|7:2'
- ..'01;n;6|13:178|14:204;6|13:205|14:206;p;1|2:2|7:201|3:472|4:4|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;p;2;n;1|2:2|7:201|3:473|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:474|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:475|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:476|4:93|5:121|12:12|9:12|7:11'
- ..'9|7:119;1|1:122|2:2|7:123|3:477|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:478|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:479|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:480|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:481|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:482|4:219|5:131|12:12|9:12|7:12'
- ..'8|7:128;1|1:146|2:2|7:128|17:2|3:483|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:475|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:484|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:485|4:93|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:486|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;p;2|1:170;n;1|1:'
- ..'170|2:2|7:171|8:172|20:173|3:487|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:487|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:488|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:489|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:490|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:'
- ..'491|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:492|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:493|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:494|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:495|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:496|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|1'
- ..'7:2|3:488|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:497|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:497|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:498|4:93|5:193|12:12|9:12;n;6|13:116|14:194;p;1|2:2|7:119|3:499|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:500|4:93|5:199|12:12|9:12;n;6|13:116|14:200;p;p;p;2;n;1|2:2|7:'
- ..'201|3:501|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:502|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:503|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:504;p;1|1:118|2:2|7:119|3:505|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:506|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:507|4:219|5:131|12:12|9:'
- ..'12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:508|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:509|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:510|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:511|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:512|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:503|4:93|5:149|12:'
- ..'12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:513|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:514|4:93|5:156|12:12|9:12;n;6|13:77|14:515;p;1|2:2|3:516|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:258|14:517;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:518|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2'
- ..'|7:8|8:172|3:518|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:519|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:520;p;1|1:118|2:2|7:119|3:521|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:522|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:523|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:524|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:13'
- ..'6;7|1:137;p;1|1:138|2:2|7:128|17:2|3:525|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:526|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:527|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:528|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:519|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:529|4:9'
- ..'3|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:529|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:530|4:93|5:193|12:12|9:12;n;6|13:77|14:531;p;1|2:2|7:119|3:532|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:533|4:93|5:199|12:12|9:12;n;6|13:77|14:534;p;p;p;2|1:535;n;2|1:536;n;1|2:2|7:537|8:41|3:538|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|'
- ..'14:543;6|13:77|14:544;p;1|2:2|7:537|8:41|3:545|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:547;p;1|2:2|7:537|8:41|3:548|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:550;p;1|2:2|7:537|8:41|3:551|4:93|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:553|4:93|5:554|22:540|12:540|23:'
- ..'540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:555|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:557;p;p;2|1:536;n;1|2:2|7:537|8:41|3:558|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:559;p;1|2:2|7:537|8:41|3:560|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:5'
- ..'61;p;1|2:2|7:537|8:41|3:562|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:563;p;1|2:2|7:537|8:41|3:564|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:565|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:566|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:567;p;p;2'
- ..'|1:536;n;1|2:2|7:537|8:41|3:568|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:569;p;1|2:2|7:537|8:41|3:570|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:571;p;1|2:2|7:537|8:41|3:572|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:573;p;1|2:2|7:537|8:41|3:574|4:4|'
- ..'5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:575|4:4|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:576|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:577;p;p;2|1:536;n;1|2:2|7:537|8:41|3:578|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:579;p;1|2:2'
- ..'|7:537|8:41|3:580|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:581;p;1|2:2|7:537|8:41|3:582|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:583;p;1|2:2|7:537|8:41|3:584|4:114|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:585|4:114|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7'
- ..':537|7:537;1|2:2|7:537|8:41|3:586|4:114|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:587;p;p;2|1:536;n;1|2:2|7:537|8:41|3:588|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:589;p;1|2:2|7:537|8:41|3:590|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:591;p;1|2:2|7:5'
- ..'37|8:41|3:592|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:593;p;1|2:2|7:537|8:41|3:594|4:93|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:595|4:93|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:596|4:93|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:597'
- ..';p;p;2|1:536;n;1|2:2|7:537|8:41|3:598|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:543;6|13:77|14:599;p;1|2:2|7:537|8:41|3:600|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:546;6|13:77|14:601;p;1|2:2|7:537|8:41|3:602|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:549;6|13:77|14:603;p;1|2:2|7:537|8:41|3:60'
- ..'4|4:4|5:552|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;9|2:2|7:537|8:41|3:605|4:4|5:554|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:606|4:4|5:539|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;12|1:541|13:542|14:556;6|13:77|14:607;p;p;2|1:608;n;1|2:2|7:537|8:41|3:609|5:610|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:611|5:612|22:540|12:540|23:5'
- ..'40|24:540|25:540|9:540|7:537|7:537;n;6|13:77|14:613;p;1|2:2|7:537|8:41|3:614|5:612|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;6|13:77|14:615;p;1|2:2|7:537|8:41|3:616|5:617|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;1|2:2|7:537|8:41|3:618|5:612|22:540|12:540|23:540|24:540|25:540|9:540|7:537|7:537;n;6|13:77|14:619;p;p;p;1|2:2|7:210|3:620|5:621|12:12|9:12|7:210|7:210;n;6|13:622|14:623;6|13:435|14:6'
- ..'24;6|13:437|14:625;p;1|2:2|7:537|8:41|3:626|5:627|12:12|9:12|7:537|7:537;n;6|13:628|14:629;6|13:630|14:631;p;1|2:2|7:210|3:632|5:633|12:12|9:12|7:210|7:210;n;6|13:116|14:634;6|13:635|14:636;p;2;n;1|2:2|7:201|3:637|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:638|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:639|4:93|5:115|12:12|9:12|7:'
- ..'112|7:112;n;6|13:116|14:117;p;1|1:118|2:2|7:119|3:640|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:641|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:642|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:643|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:644|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:645|4:219|5:131'
- ..'|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:646|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:647|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:639|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:648|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:649|4:93|5:156|12:12|9:12;n;6|13:116|14:157;p;1|2:2|3:650|4:93|5:159|12:12|9:12;n;6|13:160|14:161;'
- ..'6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:160|14:651;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:652|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:652|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:653|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:116|14:182;p;1|1:118|2:2|7:119|3:654|4:93|5:121|12:12|9:12|7:119|7:1'
- ..'19;1|1:122|2:2|7:123|3:655|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:656|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:657|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:658|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:659|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:660|4:219|5:131|12:12|9:12|7:128|7:1'
- ..'28;1|1:146|2:2|7:128|17:2|3:661|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:653|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:662|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:662|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:663|4:93|5:193|12:12|9:12;n;6|13:116|14:194;6|13:178|14:664;6|13:116|14:665;p;1|2:2|7:119|3:'
- ..'666|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196|14:197;p;1|2:2|3:667|4:93|5:199|12:12|9:12;n;6|13:116|14:200;p;p;p;2;n;1|2:2|7:201|3:668|4:114|5:208|12:12|9:12|7:201|7:201;n;6|13:178|14:209;p;1|2:2|7:201|3:669|4:114|5:203|12:12|9:12|7:201|7:201;n;6|13:178|14:204;6|13:205|14:206;p;2;n;2|1:110;n;1|1:111|2:2|7:112|3:670|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:671;p;1|1:118|2:2|7:119|3:672|4:93|5:121|12:12|9:12|7'
- ..':119|7:119;1|1:122|2:2|7:123|3:673|4:93|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:674|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:675|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:676|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:677|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:678|4:219|5:131|12:12|9:12|7'
- ..':128|7:128;1|1:146|2:2|7:128|17:2|3:679|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:670|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;1|2:2|7:119|3:680|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:153|14:154;p;1|2:2|3:681|4:93|5:156|12:12|9:12;n;6|13:77|14:682;p;1|2:2|3:683|4:93|5:159|12:12|9:12;n;6|13:160|14:161;6|13:162|14:163;6|13:164|14:165;6|13:166|14:167;6|13:168|14:169;6|13:684|14:68'
- ..'5;6|13:160|14:651;6|13:686|14:687;6|13:258|14:688;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:689|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;6|13:178|14:179;p;1|2:2|7:8|8:172|3:689|4:93|5:180|12:12|9:12|7:8|7:8;n;3;6|13:178|14:179;p;p;2|1:110;n;1|1:111|2:2|7:112|3:690|4:93|5:115|12:12|9:12|7:112|7:112;n;6|13:77|14:691;p;1|1:118|2:2|7:119|3:692|4:93|5:121|12:12|9:12|7:119|7:119;1|1:122|2:2|7:123|3:693|4:93'
- ..'|5:125|12:12|9:12|7:123|7:123;2|1:126;n;1|1:127|2:2|7:128|17:2|3:694|4:219|5:131|12:12|9:12|7:128|7:128;1|1:132|2:2|7:133|17:2|3:695|4:219|5:135|12:12|9:12|7:133|7:133;n;5|6:136;7|1:137;p;1|1:138|2:2|7:128|17:2|3:696|4:219|5:140|12:12|9:12|7:128|7:128;n;7|1:141;p;1|1:142|2:2|7:128|17:2|3:697|4:219|5:131|12:12|9:12|7:128|7:128;1|1:144|2:2|7:128|17:2|3:698|4:219|5:131|12:12|9:12|7:128|7:128;1|1:146|2:2|7:128|17:2|3:699'
- ..'|4:219|5:131|12:12|9:12|7:128|7:128;8|18:148|19:148;9|2:2|7:112|17:2|3:690|4:93|5:149|12:12|9:12|7:112|7:112;n;10|1:150;p;p;p;2|1:170;n;1|1:170|2:2|7:171|8:172|20:173|3:700|4:93|5:175|12:12|9:12|7:171|7:171;n;3|6:176;11|21:177;p;1|2:2|7:8|8:172|3:700|4:93|5:180|12:12|9:12|7:8|7:8;n;3;p;p;1|2:2|3:701|4:93|5:193|12:12|9:12;n;6|13:178|14:664;6|13:77|14:702;p;1|2:2|7:119|3:703|4:93|5:152|12:12|9:12|7:119|7:119;n;6|13:196'
- ..'|14:197;p;1|2:2|3:704|4:93|5:199|12:12|9:12;n;6|13:77|14:705;p;p;p;1|2:2|7:706|8:41|3:707|5:708|12:12|9:12|7:706|7:706;n;6|13:116|14:709;6|13:116|14:710;6|13:711|14:712;6|13:116|14:713;6|13:116|14:714;p;1|2:2|7:210|8:41|3:715|4:114|5:716|12:12|9:12|7:210|7:210;n;13|26:2|27:2|28:717;n;14|5:718|29:719|30:720|31:721|32:722|33:2|34:723|35:722|36:2;p;6|13:724|14:725;p;1|2:2|7:706|8:41|3:726|5:727|12:12|9:12|7:706|7:706;n;'
- ..'6|13:116|14:728;p;2|1:729;n;1|1:730|2:2|3:731|5:732|12:12|9:12;n;13|26:2|27:2|28:717;n;14|3:733|5:734|29:719|37:2|30:720|31:735|32:736|33:2|34:737|36:2;14|3:738|5:734|29:719|37:2|30:720|31:739|32:736|33:2|34:737|36:2;14|3:740|5:734|29:719|37:2|30:720|31:741|32:736|33:2|34:737|36:2;14|5:734|29:719|37:2|30:720|31:742|32:736|33:2|34:737|36:2;14|3:743|5:734|29:719|37:2|30:720|31:744|32:736|33:2|34:737|36:2;14|3:734|5:734'
- ..'|29:719|37:2|30:720|31:745|32:736|33:2|34:737|36:2;14|3:746|5:734|29:719|37:2|30:720|31:739|32:736|33:2|34:737|36:2;14|3:747|5:734|29:719|37:2|30:720|31:748|32:736|33:2|34:737|36:2;14|3:749|5:734|29:719|37:2|30:720|31:750|32:736|33:2|34:737|36:2;14|3:751|5:734|29:719|37:2|30:720|31:752|32:736|33:2|34:737|36:2;14|3:753|5:734|29:719|37:2|30:720|31:754|32:736|33:2|34:737|36:2;14|3:755|5:734|29:719|37:2|30:720|31:756|32:'
- ..'736|33:2|34:737|36:2;14|3:757|5:734|29:719|37:2|30:720|31:758|32:736|33:2|34:737|36:2;14|3:759|5:734|29:719|37:2|30:720|31:745|32:736|33:2|34:737|36:2;14|3:760|5:734|29:719|37:2|30:720|31:739|32:736|33:2|34:737|36:2;14|3:761|5:734|29:719|37:2|30:720|31:762|32:736|33:2|34:737|36:2;14|3:761|5:734|29:719|37:2|30:720|31:762|32:736|33:2|34:737|36:2;14|3:763|5:734|29:719|37:2|30:720|31:764|32:736|33:2|34:737|36:2;14|3:763|'
- ..'5:734|29:719|37:2|30:720|31:765|32:736|33:2|34:737|36:2;p;6|13:283|14:766;p;p;p;')
- for _,Object in pairs(Objects) do
- Object.Parent = script and script.Parent==workspace and script or workspace
- end
- for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement