﻿<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onload>

</onload>
	<!-- #  1 --><waypoint x="0" z="0" y="0">


				if getQuestStatus(QUEST_ID) =="not accepted" then
					player:target_NPC(QUESTGIVER)
					AcceptQuestByName(QUEST_ID);
				end

				if getQuestStatus(QUEST_ID) == "complete" then
					player:target_NPC(QUESTGIVER)
					CompleteQuestByName(QUEST_ID);

					player:update()
					local dqCount, dqPerDay = RoMScript("Daily_count()");
					if dqCount == 10 then
						player:sleep();
						-- inventory:useItem(202434);
					end
				end
				player:rest(1);
	</waypoint>
</waypoints>