Results: 1Comments by: CleetusTheDiabeetus
File: Faster Travel (Wayshrines menu & Teleporter)11/25/22
GetClosestLocation
I am trying to reconfigure this to determine the closest wayshrine to my player. local function GetClosestLocation(normalizedX,normalizedY,locations) I can get normalizedX and normalizedY from: GetMapPlayerPosition("player") But what would I need for the "locations" input of the function? I am thinking I need a list...