problem using AcceptBorderQuest()

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
botique
Posts: 40
Joined: Fri Oct 21, 2011 12:25 pm

problem using AcceptBorderQuest()

#1 Post by botique » Sun Feb 17, 2013 1:43 pm

I have some trouble accepting a border quest.
The command

Code: Select all

inventory:useItem("Arrowhead Carved with Name");RoMScript("AcceptBorderQuest()")
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

Code: Select all

RoMScript("CloseWindows()")
without any effect.

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: problem using AcceptBorderQuest()

#2 Post by Ego95 » Sun Feb 17, 2013 4:38 pm

Code: Select all

RoMScript("CloseWindows()")
I'm not sure if that exists. Didn't it is

Code: Select all

RoMScript("CloseAllWindows()")
?

Edit: If that doesn't work try

Code: Select all

RoMScript("ScriptBorder:Hide()")
. I just saw it in an other topic.

AlterEgo95

botique
Posts: 40
Joined: Fri Oct 21, 2011 12:25 pm

Re: problem using AcceptBorderQuest()

#3 Post by botique » Sun Feb 17, 2013 4:57 pm

AlterEgo95 wrote:...

Edit: If that doesn't work try

Code: Select all

RoMScript("ScriptBorder:Hide()")
. I just saw it in an other topic.

AlterEgo95
Excellent, the above command did the trick! Many thanks!

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests