"you have to specify either a waypoint pathor a return path to use the function loadpaths"
i understand what happen but i don't understand why mm donì't work...this is a waypoint section:
Code: Select all
mainroutine()
else
flyoff()
end
else
flyoff()
loadPaths(survivalR5)
end
flyoff()
repeat
yrest(100)
until player:target_NPC(120993);
sendMacro("ChoiceOption(1);");
waitForLoadingScreen(30);
repeat
yrest(100)
until player:target_NPC(120992) or player:target_NPC(120993);
if(movehammer)then
movetoBag()
loadPaths(survivalR5)
end
</onload>
</waypoints>