Hello, I am trying to create a map teleportation feature. Since the player's coordinates are uncertain, I need to save the player's coordinates and then teleport. In your plugin, I know that I can disable variable rounding using the 'Disable Variable Rounding' feature, but when I try using the 'Transfer Player Float' function, I input the X and Y parameters as $gamePlayer.x and $gameVariables, but it teleports me to an unknown location. When I check the variables, I find that my coordinates are always at 0, no matter how I move. I'm not sure if I can use $gamePlayer or $gameVariables in the plugin command.
Also, I have another problem: when I create a looping map, if the character tries to move from x=40 to x=1, the character immediately turns back instead of crossing over. Is there a way to solve this?
This is my first time using MZ, and since English is not my first language, I’m not sure if I missed or misunderstood something in the plugin documentation. I apologize for bothering you.