Hi! Thanks for asking. If you're on MV, you'll have to set 2 other variables to the players' X and Y coordinate and grab the info from those variables. I don't have my computer in front of me (I'm on my phone right now) but you'll use the change variables button, SET, by players' X location, and then another variable to the players' Y, and then finally you can use those 2 variables
@@unhinged_ Hello, im using MV and im having an issue. When i touch the ice terrain, my player doesn't stop and continues going forward til the end of the map. I dont know where is the problem. I made it like this: Control variables: #008 = Player's map x Control variables: #009 = Player's map y Get location info: ice puzzle ID, Region ID, ({008},{009}) If: ice puzzle ID = 8 etc. (the rest I made it exactly like you)
Hi! Sorry for the delay. All I can think of is either the Region 8 isn't covering just the ice, or perhaps you forgot the IF statement that checks to see when the player ISN'T on region 8; I show this at around 4:34. Hopefully that helps? Make sure at this point you do the NOT EQUAL option rather than equal.
@@unhinged_ Hey, thanks. I already solved it, it turns out that I forgot to do a variable control again for the player's position before the "Get location info". The puzzle works phenomenal. Thank you very much for the tutorial😄
@@oihan2016I’m having the same issue with characters not stopping, what exactly did you put before get location info, also was it the first or second get location info command?
Thank you! I am creating different puzzles atm and needed this :)
Highly underrated! Thanks for the tutorial, it helps a lot!
Testing Room video coming soon.
It's out!
THAAANKS DUDE!
So what do I do if I don't have the player option?
Hi! Thanks for asking. If you're on MV, you'll have to set 2 other variables to the players' X and Y coordinate and grab the info from those variables. I don't have my computer in front of me (I'm on my phone right now) but you'll use the change variables button, SET, by players' X location, and then another variable to the players' Y, and then finally you can use those 2 variables
@@unhinged_ Hello, im using MV and im having an issue. When i touch the ice terrain, my player doesn't stop and continues going forward til the end of the map.
I dont know where is the problem. I made it like this:
Control variables: #008 = Player's map x
Control variables: #009 = Player's map y
Get location info: ice puzzle ID, Region ID, ({008},{009})
If: ice puzzle ID = 8
etc. (the rest I made it exactly like you)
Hi! Sorry for the delay. All I can think of is either the Region 8 isn't covering just the ice, or perhaps you forgot the IF statement that checks to see when the player ISN'T on region 8; I show this at around 4:34. Hopefully that helps? Make sure at this point you do the NOT EQUAL option rather than equal.
@@unhinged_ Hey, thanks. I already solved it, it turns out that I forgot to do a variable control again for the player's position before the "Get location info". The puzzle works phenomenal. Thank you very much for the tutorial😄
@@oihan2016I’m having the same issue with characters not stopping, what exactly did you put before get location info, also was it the first or second get location info command?
How do you change directions while on the ice? The loop doesn't break until you leave the region.
Being unable to change directions on the ice is part of the puzzle.