I tried to make a script that would convert the mouse position to the corresponding tilemap tile, if it were an edvent I'd use PositionToTileX and PositionToTileY but turns out those functions aren't available from javascript, they're not in the documentation and I can't find any replacement for these, how would I use these functions without having to make a whole eventsheet function for it?