• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Resource [v20\v21] Secret Bases Remade 3.0.0

Try with either pbSecretBase(ID) or pbNewSecretBase(ID). The ID has to be the name you put between [ ] in the secret_bases.txt with : before it. For example, I defined a secret base with the id [HouseRoute1] so the calls would be pbSecretBase(:HouseRoute1) and pbNewSecretBase(:HouseRoute1).

Since you still need to register the secret base on the PBS file, that will create an event on the base's entrance that the player can interact with (so they can go inside the base). That will cause the problem that the player will be able to access the base through that event. You can make it pass as the player getting in contact with the agent to see and buy the place from there if you leave the base's entrance somewhere accessible to the player.
 
Try with either pbSecretBase(ID) or pbNewSecretBase(ID). The ID has to be the name you put between [ ] in the secret_bases.txt with : before it. For example, I defined a secret base with the id [HouseRoute1] so the calls would be pbSecretBase(:HouseRoute1) and pbNewSecretBase(:HouseRoute1).

Since you still need to register the secret base on the PBS file, that will create an event on the base's entrance that the player can interact with (so they can go inside the base). That will cause the problem that the player will be able to access the base through that event. You can make it pass as the player getting in contact with the agent to see and buy the place from there if you leave the base's entrance somewhere accessible to the player.

I gave up on the project. The purchase will be done as you did it originally. Anyway, thank you very much for the help you gave me. 😎👌
 
I have another question for you... I want to give a house to the player at the beginning of the game but with the possibility of buying others later so I was wondering if it was possible to only pass the yes or no choice for only 1 house?
With maybe a starting house option?
 
Back
Top