Out of the box, the voice interaction tool includes 9 ready-to-use add-ons, so you can start using them immediately after purchase. In the future, you can also create new scripts and features simply through voice interaction, depending on your ideas and needs.
Included Add-ons:
All addon toggles live in shared/config.lua under Config.Addons. Set enabled = false to fully disable an addon with no performance overhead.
Config.Addons = { npc_interact = { enabled = true }, shops = { enabled = true }, ambient_npc = { enabled = true }, self_expression = { enabled = true }, npc_lift = { enabled = true }, npc_robbery = { enabled = true }, banking = { enabled = true }, hospital = { enabled = true }, }
Last updated 14 days ago