Adding Building Interaction
From this section, you can learn how to add building interactions
What is building interactions?
Building interactions is functions that adds unique interactions to the building. These interactions can be anything you want.
Building interactions are enabled when the player enters the building and disabled when the player leaves the building. For this reason, a function should be returned that will deactive the interaction.
To be able to add interaction to the building, you need to add interactions to the building data.
Examples
no-housing/config/shared/buildings/ipl/meth.lua
Last updated