Mudlet information tab module

by Unknown

Back to Mechanic's Corner.

Dysolis2010-12-02 04:14:51
To install the script you just copy and paste it in the prompt right?
Lilia2010-12-02 06:57:04
QUOTE (Dysolis @ Dec 1 2010, 10:14 PM) <{POST_SNAPBACK}>
To install the script you just copy and paste it in the prompt right?

No. Click on Scripts, click Import, then find the .xml document, and open it.
Dysolis2010-12-02 17:02:55
Ok I got the xml file installed thanks! now i'm just wondering how you align it to the right because it's in the upper left corner and that's basically all my space which takes up like 80 percent of the game. I think if it was aligned to the right it would be fine.
Anisu2010-12-02 17:37:13
QUOTE (Dysolis @ Dec 2 2010, 06:02 PM) <{POST_SNAPBACK}>
Ok I got the xml file installed thanks! now i'm just wondering how you align it to the right because it's in the upper left corner and that's basically all my space which takes up like 80 percent of the game. I think if it was aligned to the right it would be fine.

Scripts -> demonic.infotabs -> infotabs
demonnic.info.posX = 0

set to desired value

can also move your gaming window using settings -> main window

set left border width to desired value
Calixa2010-12-02 17:47:08
Under scripts, folder demonnic.infotabs, infotabs:

Change

CODE
demonnic.info.posX = 0


to

CODE
demonnic.info.posX = mainWidth - demonnic.info.width - 20


And it should be in the top right corner even upon resizing.
Dysolis2010-12-02 18:18:05
thanks!
Dysolis2010-12-02 18:32:03
I got a Lua syntax error when I replaced it. Nevermind i Got it to move, just use the original text but replace 0 with a larger number seems to work with me.
Calixa2010-12-02 19:19:51
Should work now then, I used a variable that didn't belong to this specific script, previous post is updated. But if you never resize your screen you can just enter fixed values.