Search found 7 matches

by Davyde84
Mon Jun 06, 2016 4:27 pm
Forum: Scripts & Packages
Topic: Making a trigger 'resend previous command'?
Replies: 2
Views: 6131

Re: Making a trigger 'resend previous command'?

in many MUDs if you give a the single command ! it will repeat last command sent
by Davyde84
Thu May 19, 2016 10:10 am
Forum: Help Forum
Topic: Cast List
Replies: 0
Views: 3819

Cast List

How can i have a box or a miniconsole or a label that display wich cast i'm affected?

something like

Now you feel stronger means that i have Stronger cast active
Now you you feel weak meand that the Stronger cast is no more active
by Davyde84
Sun May 15, 2016 4:55 pm
Forum: Help Forum
Topic: Windows VS MiniConsole
Replies: 2
Views: 3172

Windows VS MiniConsole

Why MiniConsole doesn't copy theentire format of the copied line while windows do?

how can i have it?
it copy colors but not the font i think
Image
by Davyde84
Wed May 11, 2016 6:08 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Chat Window
Replies: 8
Views: 13757

Re: Chat Window

With right click on the button bar come a check box to hide and show windows

Now next issue..
When the copied line is too long for chat window how Can i have it go go next line?
Chat window does not have bar to swipe left-right...
by Davyde84
Tue May 10, 2016 3:24 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Chat Window
Replies: 8
Views: 13757

Re: Chat Window

YES! i do this way now! openUserWindow("chat") showWindow("chat") --selects and copies an entire line to user window named "Chat" selectCurrentLine() copy() appendBuffer("chat") Now i've got a new problem... If i close that window.. i cannot have it back until...
by Davyde84
Tue May 10, 2016 1:01 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Chat Window
Replies: 8
Views: 13757

Re: Chat Window

i did it this way

openUserWindow("chat")
showWindow("chat")
echo("chat", line .. "\n")

but how can i keep colors?
by Davyde84
Mon May 09, 2016 10:57 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Chat Window
Replies: 8
Views: 13757

Chat Window

HI Everyone!
I'm a superNewBie in mudlet

i come from Zmud 4,62 (quite old ah) and i'm used to have a main windows and a little windows where i capture all "chat" line so i do not miss when someone want to talk to me

how can i do that in mudlet?

thanks