Adding new motel
Non MLO
['cool_motel'] = {
label = "Motel Name",
rent = {
coords = vector4(290.25, -268.96, 54.0, 338.77) -- rent coords, must be vector 4, this is where the guy stand
},
price = 10, -- Motel prices
motel = {
["cool:1"] = { --motel index [MUST BE UNIQUE]
enter = vector4(286.91, -266.79, 54.0, 339.62), -- coords where you enter the motel
label = "Cool 1", -- Motel label, example Pinkcage 1 that mean Pinkcage room 1
locked = true, -- Don't touch it
owned = false, -- Don't touch it
},
}
}MLO
Explanation
Stash, Logout, Outfit
Last updated