ohsew 1 Posted January 9, 2020 Hey, I'm SURE this is a dumb question, and trust me i tried a lot of stuff before deciding to ask out of sheer humiliation. So basically after you start my game from the 'Title Screen' you go to my 'Controls' screen. (the first map with my controls layout as the background and the players starting position transparent of course) Now i want the player to Hit the action button and it transfer the player to MAP2 which is a blank background the same color as the controls screen with a warning message about the contents of the game (violence, heavy subject matter, suicide, etc) but i cant seem to get it to work. It works if i set it to auto run, but doesn't work on action button trigger or even a Time wait then autorun :/ So if someone could point out what i did wrong, or a better way to go about it i would be eternally grateful. I removed the event that makes the character transparent to make this even simpler for the time being. p.s. I feel extra stupid because I had this part + 2 whole chapters of my game done before i was forced to reinstall windows and lost my game files Pic1: This is the Controls Screen layout, player starting spot is here so you come here directly after starting the game. Pic2: The only event on this page is to transfer the player to the next map that contains the for-mentioned 'Warning message' I've tried all 3 options of priority as well with no avail. Pic3: The current Control Screen (imagine it without the player model there:] ) I want the player to just hit enter on this screen when they are ready to move onto the next map (warning screen) Share this post Link to post Share on other sites
Rikifive 3,411 Posted January 9, 2020 Hello, The first thing that caught my attention is, that the event is above the player. The "Action Button" triggers the event if the player presses the key while facing towards it - basically interacting with it, so in your case, you'd have to press up to face towards that event and then press the action button to trigger it. You could duplicate the event to put it in all 4 directions (which would also block the player, so that he wouldn't be able to move around), so that it would react to player input regardless of the direction he is facing. Share this post Link to post Share on other sites
ohsew 1 Posted January 9, 2020 8 minutes ago, Rikifive said: Hello, The first thing that caught my attention is, that the event is above the player. The "Action Button" triggers the event if the player presses the key while facing towards it - basically interacting with it, so in your case, you'd have to press up to face towards that event and then press the action button to trigger it. You could duplicate the event to put it in all 4 directions (which would also block the player, so that he wouldn't be able to move around), so that it would react to player input regardless of the direction he is facing. I deff had it a different way before i lost all my data i thought, but who cares it totally worked. I was completely spacing the fact that where the event is in regards to the player mattered, oopsie thanks a ton Share this post Link to post Share on other sites