Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Saturn Productions

Pages: 1
1
Alright, so I figured out the problem! The game ran the code again and again in the small gap of time that it had, causing him to come to the office very quickly! I added a wait 1 second inside each individual part, and now the game runs just like it was intended to! Thank you so much for all your advice;)

2
Thanks for the quick reply! I've tried doing that a bit with similar results, I'll show you what it looks like in a screenshot. (Also in the screen shot the first section is all that matters)

Also on an unrelated subject, I checked out the war game you are currently working on and it is really cool!

3
Hey! Recently, I've been working on a FNaF style fan-game starring Grover as the main enemy. I need to have him move around the map randomly, but only moving a certain number of room at a time. Unfortunately, he randomly moves more than the intended amount. I've had this problem and tried to rearrange the code and order for several months now, but I just decided now to ask about it, mainly because I thought I wouldn't be able to show enough info. I'll try my best:
I've made the game so he moves every 11 seconds, and the room that Grover is in limits him to the next room he can move to. This make the game completely randomized.
The Grover AI: 1-8 are different rooms, with 10 being the jump-scare. The on created block is filled with 8 of these (each 11 seconds) , but with different numbers. The jump-scare is only supposed to trigger when Grover is in room 7 or 8 and the door is open (equals to zero) and 11 seconds have gone by. For some reason, I think that the game runs the jumpscare code too early (when Grover is not in rooms seven or eight), and the game shows the jump-scare.
I don't know if there is a better way to re-arrange the code.
Also if you have any suggestions or alternatives I'd love to hear them! I'm no expert;)
Thanks so much!

Pages: 1