problem using AcceptBorderQuest()
Posted: Sun Feb 17, 2013 1:43 pm
I have some trouble accepting a border quest.
The command
picks up the quest, but it does not close (or it does not always close) the popup window that appears after using the item.
Is there any way to close that window? I think it interferes with the next time I use the command (after completing the quest, of course).
I tried without any effect.
The command
Code: Select all
inventory:useItem("Arrowhead Carved with Name");RoMScript("AcceptBorderQuest()")
Is there any way to close that window? I think it interferes with the next time I use the command (after completing the quest, of course).
I tried
Code: Select all
RoMScript("CloseWindows()")