hello
i've been searching on this forum to find a way to read the actual player.name and then if the player name is xxxxxxxxxx then load a "tag" in my WP file
<onload>
local name = player.name
if name == xxxx then
__WPL:setWaypointIndex(__WPL:findWaypointTag("middle"))
else
__WPL:setWaypointIndex(__WPL:findWaypointTag("end"))
end
</onload>