I have an idea to have the player pick up herbs in the forest, and I want them to disappear once they are picked. And when the player comes back into the forest later to have them reappear again. Is that possible?
Is there a way to respawn Items?
● ARCHIVED · READ-ONLY
-
-
absolutely no problem - simply use erase event command after the add item, and on reloading the map it will be back.
If you want a delay between respawn to prevent the player from eternally harvesting by leaving and coming back to the map, that requires a bit more coding in eventing and the use of timers, counters and wait, but that is also possible. -
Thanks for your help! This is perfect for now. But if I wanted to make it delay a bit is there a tutorial already for that? What would I have to do?
-
Follow the link in my signature, and look for the tutorials there - especially the variables guide tutorial. You will need variables for something like that, and you need to understand variables before you can use them.
-
If after going though those tutorials (go through them first) you still can't figure it out; I believe this farming tutorial would work with some modification for your purpose. It uses a script, but that is not required (would be required if follow the tutorial, but not in general).