Leave House Problem...Pls Help
Posted: Mon Dec 12, 2011 10:36 am
I have searched all over to find a solution to this and know it is probably a simple solution.
I am trying to simply leave my house. I have:
The housekeeper menu opens but no option is chosen. My similar code for ENTERING house works fine. But for some reason the "ChoiceOption" does not work with housekeeper.
Ideas?
I am trying to simply leave my house. I have:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="30" z="30" y="0">
player:target_NPC("Housekeeper");
sendMacro("ChoiceOption(1);");
waitForLoadingScreen();
</waypoint>
</waypoints>Ideas?