Register to post in forums, or Log in to your existing account
 
:
Search found 4711 matches for:
Page 1 of 189 Goto page 1, 2, 3 ... 187, 188, 189  Next
Author Message
  Topic: win11 OneDrive update
shalimar

Replies: 3
Views: 562

PostForum: CMUD General Discussion   Posted: Thu Oct 16, 2025 12:02 pm   Subject: win11 OneDrive update
It might be a permissions issue, it might not have access to write to that folder.
Did you ever run CMUD as admin?
  Topic: win11 OneDrive update
shalimar

Replies: 3
Views: 562

PostForum: CMUD General Discussion   Posted: Mon Oct 13, 2025 6:38 pm   Subject: win11 OneDrive update
Are you using the same syntax? Cause with %concat it is treating the full path as a string, which is why the space gets preserved
  Topic: Find room alias
shalimar

Replies: 2
Views: 1118

PostForum: CMUD General Discussion   Posted: Tue Aug 26, 2025 1:46 am   Subject: Find room alias
i often find i have to use %char when dealing with single and double quote characters you want in a %concat string, which you will need to cobble together your %mapquery string with variables


Som ...
  Topic: Package Editor Tabs
shalimar

Replies: 1
Views: 978

PostForum: CMUD General Discussion   Posted: Tue Aug 26, 2025 1:38 am   Subject: Package Editor Tabs
I can't replicate this locally to address it.
  Topic: Package Stopped Working
shalimar

Replies: 2
Views: 1224

PostForum: CMUD General Discussion   Posted: Tue Aug 26, 2025 1:27 am   Subject: Package Stopped Working
are you sure that package is infact included in your session to be loaded?
if you edit the session it should be on the list under the packages tab.

If it is there, then go to the advanced tab of y ...
  Topic: CMUD Development Dead
shalimar

Replies: 44
Views: 166875

PostForum: CMUD General Discussion   Posted: Mon Jul 28, 2025 5:31 pm   Subject: CMUD Development Dead
CMUD Mobile would sweep the market...
  Topic: trouble with cmud
shalimar

Replies: 5
Views: 2096

PostForum: CMUD General Discussion   Posted: Sat Jul 19, 2025 6:14 pm   Subject: trouble with cmud
Then my next guess is a corruption issue.
Under the file menu of the settings editor you can export your session settings to XML, prior to closing CMUD and deleting your session.pkg file.
And then ...
  Topic: trouble with cmud
shalimar

Replies: 5
Views: 2096

PostForum: CMUD General Discussion   Posted: Sat Jul 19, 2025 12:52 pm   Subject: trouble with cmud
Does the little gun icon in the lower right (by the clock) have a red x through it?
That would explain it and clicking it would turn them back on.
  Topic: trouble with cmud
shalimar

Replies: 5
Views: 2096

PostForum: CMUD General Discussion   Posted: Fri Jul 18, 2025 11:55 am   Subject: trouble with cmud
It sounds like you might be on a new system.
Did you make sure to run CMUD as an Administrator at least once?
This will ensure the program has write permissions so you can save your personal setting ...
  Topic: time formatting not working?
shalimar

Replies: 15
Views: 7519

PostForum: CMUD General Discussion   Posted: Sun Jun 22, 2025 3:54 am   Subject: time formatting not working?
if the value for those increments is 0, they don't show
this is expected behavior
  Topic: download trouble
shalimar

Replies: 6
Views: 4224

PostForum: zMUD General Discussion   Posted: Wed May 14, 2025 11:56 am   Subject: download trouble
Stand-alone antivirus software is often more trouble than it's worth these days, so yes, it well could be.
  Topic: leading space after prompt on CR+LF
shalimar

Replies: 4
Views: 3330

PostForum: CMUD General Discussion   Posted: Fri May 09, 2025 2:43 pm   Subject: leading space after prompt on CR+LF
I would just insert the carriage return client side instead.

Something like this should work:

<trigger priority="10" newline="false" prompt="true" id="10&qu ...
  Topic: using match and a string list off a pattern match
shalimar

Replies: 7
Views: 4587

PostForum: CMUD General Discussion   Posted: Fri May 02, 2025 12:38 pm   Subject: using match and a string list off a pattern match
That adds no new information.
You are overcomplicating things.

There is no need for you to use both %ismember and %match here.
One or the other will get the results you seek.

also, remember to ...
  Topic: New data capture, line item changes, need help please
shalimar

Replies: 4
Views: 3339

PostForum: CMUD General Discussion   Posted: Thu May 01, 2025 4:05 am   Subject: New data capture, line item changes, need help please
or give it an ID and toggle it on and off as needed with
#T+ ID
#T- ID
  Topic: using match and a string list off a pattern match
shalimar

Replies: 7
Views: 4587

PostForum: CMUD General Discussion   Posted: Thu May 01, 2025 3:16 am   Subject: using match and a string list off a pattern match
ditch all the quote marks, you only need those when passing a string, you want these values to evaluate
also, you only need %ismember, %match essentially expects a trigger pattern, which you arent pr ...
  Topic: New data capture, line item changes, need help please
shalimar

Replies: 4
Views: 3339

PostForum: CMUD General Discussion   Posted: Thu May 01, 2025 3:15 am   Subject: New data capture, line item changes, need help please
Could just toss the pipes back in as literal characters, might need to escape them out ~|
  Topic: New data capture, line item changes, need help please
shalimar

Replies: 4
Views: 3339

PostForum: CMUD General Discussion   Posted: Mon Apr 28, 2025 1:16 am   Subject: New data capture, line item changes, need help please
Unless you have a table with a similar output, you might be able to simplify to a single trigger state

<trigger priority="544960" repeat="true" id="54496">
&l ...
  Topic: Binocular button in maps sends "look" to mud. Magnifying glass does nothing.
shalimar

Replies: 1
Views: 1951

PostForum: CMUD General Discussion   Posted: Wed Apr 23, 2025 9:24 pm   Subject: Binocular button in maps sends "look" to mud. Magnifying glass does nothing.
The magnifying glass will send a #LOOK command, to reset the room description (if the map is in mapping mode).

The binoculars send the #FIND command, which will try to match the output of a 'look' ...
  Topic: MXP links in #SAYs
shalimar

Replies: 5
Views: 3770

PostForum: CMUD General Discussion   Posted: Wed Apr 23, 2025 1:57 pm   Subject: MXP links in #SAYs
Try using %cr instead of <BR>?
  Topic: MXP links in #SAYs
shalimar

Replies: 5
Views: 3770

PostForum: CMUD General Discussion   Posted: Tue Apr 22, 2025 2:15 pm   Subject: MXP links in #SAYs
Not crazy at all, you can even do it in-line:

#TR {(your special phrase)} {#SUB {<send 'default command|command2|command3' 'mouseOver|titles|are shorter'>%1</send>}}
  Topic: round to round iunt adjusting per round...
shalimar

Replies: 5
Views: 3879

PostForum: CMUD General Discussion   Posted: Thu Apr 17, 2025 3:27 pm   Subject: round to round iunt adjusting per round...
I'm not sure how that is adding anything new to the problem?

Where the other variables get declared, doesn't matter, so long as the values are correct at runtime. (which you can test with #PRINT)
...
  Topic: lost command bar
shalimar

Replies: 1
Views: 1931

PostForum: zMUD General Discussion   Posted: Wed Apr 16, 2025 1:25 pm   Subject: lost command bar
right click in the main window
window options
show command line
  Topic: round to round iunt adjusting per round...
shalimar

Replies: 5
Views: 3879

PostForum: CMUD General Discussion   Posted: Wed Apr 16, 2025 10:50 am   Subject: round to round iunt adjusting per round...
skxprd=(@skxprd+@gxprd)

Would be doing what you expect.
  Topic: round to round iunt adjusting per round...
shalimar

Replies: 5
Views: 3879

PostForum: CMUD General Discussion   Posted: Tue Apr 15, 2025 7:50 pm   Subject: round to round iunt adjusting per round...
If you add two static values, the sum will stay the same every time.


Are the two values supposed to be changing?
You didnt give any triggers to show how.

Not enough information to go on.
  Topic: unbold %ansi without reset
shalimar

Replies: 3
Views: 2831

PostForum: CMUD General Discussion   Posted: Mon Apr 14, 2025 8:19 pm   Subject: unbold %ansi without reset
Honestly, i think thats just a quirk of the ansi coloring system.

Have you tried migrating to MXP?

#SAY <color gray>This is gray</color> <color green> This is some green with a ...
 
Page 1 of 189 Goto page 1, 2, 3 ... 187, 188, 189  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net