I wanted to make it like this
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="5273" z="-2127" y="121"> player:target_NPC("Cedric");
sendMacro("ChoiceOption(1);");
player:target_NPC("Cedric");
sendMacro("ChoiceOption(1);");
player:target_NPC("Cedric");
sendMacro("ChoiceOption(1);");
sendMacro("Logout();"); waitForLoadingScreen()
(load acc2)
<waypoints>
<!-- # 1 --><waypoint x="5273" z="-2127" y="121"> player:target_NPC("Cedric");
sendMacro("ChoiceOption(1);");
player:target_NPC("Cedric");
sendMacro("ChoiceOption(1);");
player:target_NPC("Cedric");
sendMacro("ChoiceOption(1);");
sendMacro("Logout();"); waitForLoadingScreen()
(load acc3)
...
</waypoint>
</waypoints>