Author |
Message |
Topic: Opening one of my sessions force-resizes the main window |
foxmajik
Replies: 0
Views: 4430
|
Forum: CMUD General Discussion Posted: Mon May 08, 2017 3:56 am Subject: Opening one of my sessions force-resizes the main window |
I have 3 sessions.
One of them, when opened, causes the CMUD main window to maximize.
How do I turn that off? |
Topic: CMUD sometimes refuses to open another Session |
foxmajik
Replies: 1
Views: 5614
|
Forum: CMUD General Discussion Posted: Mon May 08, 2017 3:51 am Subject: CMUD sometimes refuses to open another Session |
I have 3 sessions.
We'll call them Bob, Alice and Tom.
Sometimes after I open Bob, clicking the sessions Alice or Tom does nothing.
Sometimes if I open Tom, clicking Bob does nothing but I ca ... |
Topic: How do I control where logs are stored? |
foxmajik
Replies: 1
Views: 5397
|
Forum: CMUD General Discussion Posted: Mon May 08, 2017 3:46 am Subject: How do I control where logs are stored? |
I've read all the references I could find in the help docs and I've been over and over the Preferences dialogs searching for a way to change it, and I spent about half an hour searching through the fo ... |
Topic: Trigger causing Access Violation error |
foxmajik
Replies: 2
Views: 7764
|
Forum: CMUD General Discussion Posted: Wed Jan 06, 2016 6:18 pm Subject: Trigger causing Access Violation error |
Well, since I can't edit *my own posts* here's the script in a reply:
#IF (@blook_enabled = 0) {#abort all}
#IF (@looked_booth = %1) {#abort all}
#IF (%1 = "Kaiden") {#abort all}
#IF (%1 = "me") ... |
Topic: Trigger causing Access Violation error |
foxmajik
Replies: 2
Views: 7764
|
Forum: CMUD General Discussion Posted: Wed Jan 06, 2016 5:20 pm Subject: Trigger causing Access Violation error |
I have a trigger that looks for the pattern:
(%w)*steps out of the teleport booth.
When the trigger fires there is an access violation error:
https://www.dropbox.com/s/3n2jta5unr46il4/Screens ... |
Topic: How to remove multiple lines from the screen |
foxmajik
Replies: 3
Views: 7187
|
Forum: CMUD General Discussion Posted: Tue Oct 13, 2015 4:34 am Subject: How to remove multiple lines from the screen |
specifically, this would be
#GAG -3
#GAG
Thank you.
I also didn't know I could search Help using #HELP so thanks for that as well. |
Topic: How to remove multiple lines from the screen |
foxmajik
Replies: 3
Views: 7187
|
Forum: CMUD General Discussion Posted: Sat Oct 10, 2015 1:37 am Subject: How to remove multiple lines from the screen |
I want to create a trigger that will remove multiple lines from the screen.
For example, I want to block these lines:
Line1
Line2
Line3
Line4
I select all of the lines, right click and cho ... |
Topic: Text captured with ' symbol is truncated |
foxmajik
Replies: 5
Views: 9837
|
Forum: CMUD General Discussion Posted: Tue Jul 15, 2014 12:05 am Subject: Text captured with ' symbol is truncated |
Neat, that works.
I have one more problem with my script:
When the first line is captured a window named "FurryMUCK - x" is opened, where x is the value of %x.
Lets say %x contained "bob".
... |
Topic: Text captured with ' symbol is truncated |
foxmajik
Replies: 5
Views: 9837
|
Forum: CMUD General Discussion Posted: Mon Jul 14, 2014 10:22 pm Subject: Text captured with ' symbol is truncated |
Hi,
I'm attempting to make a script to shunt pages and whispers to another window.
An example output from the muck would be:
--> [ 3:12pm ] majik'fox pages, "test3" to ... |
Topic: Dialogs are jammed up on high resolution displays |
foxmajik
Replies: 2
Views: 9375
|
Forum: zMUD General Discussion Posted: Mon Jul 14, 2014 9:31 pm Subject: Dialogs are jammed up on high resolution displays |
Hello all,
I am using Cmud on a high resolution display (4k).
All of the widgets are tiny and jammed up in the corner of the window.
Because of this some of the widgets (such as spinners, whi ... |
|