diff --git a/rActionBar_Zork/layout.lua b/rActionBar_Zork/layout.lua
index c5546b0..39e90d6 100644
--- a/rActionBar_Zork/layout.lua
+++ b/rActionBar_Zork/layout.lua
@@ -227,35 +227,35 @@ rActionBar:CreatePetBar(A, petbar)
-- -- VehicleExitBar
-- -----------------------------
--- local vehicleexitbar = {
--- --framePoint = { "LEFT", A.."Bar1", "RIGHT", 5, 0 },
--- framePoint = { "BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -4, 4 },
--- frameScale = 0.95,
--- framePadding = 5,
--- buttonWidth = 36,
--- buttonHeight = 36,
--- buttonMargin = 5,
--- numCols = 1,
--- startPoint = "BOTTOMLEFT",
--- fader = nil,
--- }
--- --create
--- rActionBar:CreateVehicleExitBar(A, vehicleexitbar)
+local vehicleexitbar = {
+ --framePoint = { "LEFT", A.."Bar1", "RIGHT", 5, 0 },
+ framePoint = { "BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -4, 4 },
+ frameScale = 0.95,
+ framePadding = 5,
+ buttonWidth = 36,
+ buttonHeight = 36,
+ buttonMargin = 5,
+ numCols = 1,
+ startPoint = "BOTTOMLEFT",
+ fader = nil,
+}
+--create
+rActionBar:CreateVehicleExitBar(A, vehicleexitbar)
-- -----------------------------
-- -- PossessExitBar
-- -----------------------------
--- local possessexitbar = {
--- framePoint = { "BOTTOMLEFT", A.."Bar1", "BOTTOMRIGHT", 5, 0 },
--- frameScale = 0.95,
--- framePadding = 5,
--- buttonWidth = 32,
--- buttonHeight = 32,
--- buttonMargin = 5,
--- numCols = 1,
--- startPoint = "BOTTOMLEFT",
--- fader = nil,
--- }
--- --create
--- rActionBar:CreatePossessExitBar(A, possessexitbar)
\ No newline at end of file
+local possessexitbar = {
+ framePoint = { "BOTTOMLEFT", A.."Bar1", "BOTTOMRIGHT", 5, 0 },
+ frameScale = 0.95,
+ framePadding = 5,
+ buttonWidth = 32,
+ buttonHeight = 32,
+ buttonMargin = 5,
+ numCols = 1,
+ startPoint = "BOTTOMLEFT",
+ fader = nil,
+}
+--create
+rActionBar:CreatePossessExitBar(A, possessexitbar)
\ No newline at end of file