Open
Example Configuration:
{
title = "My Category",
// highlight-next-line
categoryType = "open",
}
To set a category to open - just set the categoryType
to "open"
and you're done!
note
Open type makes it so anyone can spawn a bus.
Example Configuration:
{
title = "My Category",
// highlight-next-line
categoryType = "open",
}
To set a category to open - just set the categoryType
to "open"
and you're done!
Open type makes it so anyone can spawn a bus.