Search found 334 matches

by Nyyrazzilyss
Mon Apr 13, 2015 5:03 pm
Forum: Help Forum
Topic: Strikethrough?
Replies: 5
Views: 5633

Re: Strikethrough?

Thanks, I thought it was now present, and I just couldn't find it. Reason: I have an onscreen display working showing health/etc of all characters i'm currently grouped with - I'd like them to remain showing, but put a strike through their names when/as they get killed, until such time as I see them...
by Nyyrazzilyss
Mon Apr 13, 2015 2:55 pm
Forum: Help Forum
Topic: Strikethrough?
Replies: 5
Views: 5633

Strikethrough?

I've seen some information about strikethrough now being possible, but searching around I wasn't able to find any specific instructions on how to do this. Could someone post a code fragment for me that displays some text on the screen with strikethrough on it?

Thanks
by Nyyrazzilyss
Tue Mar 24, 2015 2:51 am
Forum: Mudlet Development
Topic: Change profile preferences from script?
Replies: 1
Views: 6640

Change profile preferences from script?

Is there any way to change the profile preferences from a script?

In particular, i'd like to be able to force autoclear input line to true from a package. Alternatively, any opinion on changing it to default to on, instead of off?
by Nyyrazzilyss
Fri Mar 20, 2015 12:07 pm
Forum: Mudlet Development
Topic: Debug output from timer?
Replies: 3
Views: 10250

Re: Debug output from timer?

I've switched to the errors window: The debug window is now unusable

The timer itself contains about 15 lines of code/comments. With that being appended to the debug window every 1 second, scrollback on that window doesn't work (the window length is changing faster then you can scroll through it)
by Nyyrazzilyss
Wed Mar 18, 2015 10:35 pm
Forum: Mudlet Development
Topic: Debug output from timer?
Replies: 3
Views: 10250

Debug output from timer?

I've added a 1 second timer, and my debug log is now getting filled with the entire text of the timer's contents every time it goes off (every second), along with the note that it's been successfully called. Is there any way to disable that (the timer related debug messages) without disabling the ti...
by Nyyrazzilyss
Thu Mar 12, 2015 2:48 am
Forum: Mudlet Development
Topic: Bug in setBorderBottom?
Replies: 0
Views: 6537

Bug in setBorderBottom?

I'm running into an issue with setBorderBottom. I can use it to increase the border size with no problems. If I decrease it however, it doesn't take effect. I can open the settings window however, see that the new (smaller) border size is listed, at which point (without making any changes) if I clic...
by Nyyrazzilyss
Thu Mar 12, 2015 1:26 am
Forum: Geyser Layout Manager
Topic: Geyser across profiles?
Replies: 4
Views: 86905

Re: Geyser across profiles?

Thanks. No rush at all btw, I just wasn`t sure if Mudlet supported that. Regardless, i`ve still got a lot to do moving my cmud triggers over. For that matter the mud I play only allows multi once or twice a year.
by Nyyrazzilyss
Thu Mar 12, 2015 1:13 am
Forum: Help Forum
Topic: moveCursor failing
Replies: 4
Views: 3748

Re: moveCursor failing

How many lines are already present in the "sys" console. I'm guessing zero You caught it right there: Thanks. And yes, there were 0 lines present (I hadn`t written anything to that window) Neither cinsertText or insertText support newline characters. I used echo to get a newline to print ...
by Nyyrazzilyss
Wed Mar 11, 2015 3:02 am
Forum: Help Forum
Topic: moveCursor failing
Replies: 4
Views: 3748

Re: moveCursor failing

I understand that display won't do anything about the cursor, the problem i'm running into is the results coming back from the display are false. Adjusting it slightly to moveCursor("sys", 1,1) cinsertText("sys", "<white>This is a test") moveCursor("sys", 2,2)...
by Nyyrazzilyss
Wed Mar 11, 2015 2:26 am
Forum: Help Forum
Topic: moveCursor failing
Replies: 4
Views: 3748

moveCursor failing

I'm having some problems with moveCursor - It's failing. What am I missing? local WindowWidth, WindowHeight = getMainWindowSize() createMiniConsole("sys", 0,WindowHeight-80,WindowWidth,80) setBorderBottom(80) setBackgroundColor("sys",5,5,5,255) setMiniConsoleFontSize("sys&qu...