Great game! Thank you for sharing this.
I enjoyed the sleeping theme and the sound design was very satisfying. I would have loved to see more of the isometric style at the beginning, maybe a little more cohesion between the art styles.
It's great seeing such a simple mechanic being made the most out of. Had fun!
squali
Creator of
Recent community posts
Okay, I'm not sure what you fixed, because I realized just now that the last time I tested it, it was in a set of several {if} statements that were missing the closing {/if} tag 😰. It runs fine now that I closed them. So it has probably been my fault! Not sure how I've let this slip through, I've been using properly closed {if}s in this tool for more than a month now.
I think it didn't work in other tests I did, but I really can't remember if I properly closed the if statements in those. Sorry and thank you very much for looking into it! 🌼
(Hi! First of all, thank you for such an amazing tool. I'm telling people about it, because I think it's a shame that it's not as well known as Bitsy).
I've been testing it out, and when I do something like:
{if {any-true {eq {var x} 1} {eq {var x} 2}}} print this.
It doesn't print when var x equals 1 or 2, and the same goes for items instead of variables. What am I doing wrong? Or is it that Môsi doesn't expect this amount of script nesting?
Thank you!