πŸ“•User guide

User guide on how to use the Dynasty Waypoint

1. Using the Waypoint

Plug and play! If you have the script installed there is no other configurations to make to work!

2. Waypoint Customzation

2.1 Indicator

Config.Indicator = true

True If you want to show the indicator when the waypoint is not on the player screen

2.2 Marker color

markerColor = { 0, 255, 192, 125 }

In this case the color of the marker is 0, 255, 192, 125

Example of where you can get colors

2.3 Indicator color

indicatorColor = { 0, 255, 192, 125 }

In this case the color of the indicator is 0, 255, 192, 125

2.4 Text color

textColor = { 0, 255, 192, 125 }

In this case the color of the text is 0, 255, 192, 125

2.5 Size

size = 1.0

In this case the size of the waypoint is 1.0

2.6 Indicator size

indicatorSize = 1.0

In this case the size of the indicator is 1.0

Last updated