Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thanks for that very detailed response! You’ve shown me how to make beds work better and taught me a little about script calls at the same time! 😃

I’m a bit leery of using parallel processes, especially for something as mundane as a bed, but now that you’ve given me some tools I can try to find a more-efficient solution.

Again, many thanks for the feedback!

You're welcome! Something I forgot to mention is: the 1 in parenthesis in the code is the ID of the event. To be, it was 1, because the event of the bed was 1, but don't forget to change the ID for the correct one.

Personally, I don't hesitate to use parallel events whenever I need them. Obviously I'm talking about - in general - a common event running in parallel and maybe one or two on the map depending on the situation.

And again, you're most welcome! If you have questions to ask, don't hesitate to ask me here or on Discord if you have it. ^^