Register to post in forums, or Log in to your existing account
 
:
Search found 4736 matches for:
Page 1 of 190 Goto page 1, 2, 3 ... 188, 189, 190  Next
Author Message
  Topic: Trying to find a way to call out the value of a .path
shalimar

Replies: 5
Views: 965

PostForum: CMUD General Discussion   Posted: Sat Jun 13, 2026 1:19 am   Subject: Trying to find a way to call out the value of a .path
%pathexpand will convert an existing path to a string list
%pathfrom is useful for making CMUD create figure its own best route from 'here' rather then having to go to a central hub first
im usually ...
  Topic: CMUD Development Dead
shalimar

Replies: 52
Views: 188293

PostForum: CMUD General Discussion   Posted: Tue Jun 09, 2026 10:12 am   Subject: CMUD Development Dead
You can run multiple instances from the same install folder
I have never tried multiple installations, though.
  Topic: CMUD Development Dead
shalimar

Replies: 52
Views: 188293

PostForum: CMUD General Discussion   Posted: Sat May 09, 2026 1:03 pm   Subject: CMUD Development Dead
and, crucially, you hold the source code.

Herein lies the main flaw with your argument as i understand in. Many parts of the source code are paid for from a third party, and not Zugg's alone, and t ...
  Topic: %vartype returns %null for $localVar
shalimar

Replies: 0
Views: 201

PostForum: CMUD General Discussion   Posted: Tue May 05, 2026 1:18 pm   Subject: %vartype returns %null for $localVar
Seems like i found a function that never got updated from zMUD.
Since it requires an unsigned variable, it doesnt know what to do with a $local, @$local is invalid and @local doesnt exist.
  Topic: Adding path to variable
shalimar

Replies: 7
Views: 1015

PostForum: CMUD General Discussion   Posted: Sun Apr 26, 2026 5:19 pm   Subject: Adding path to variable
If it is a standalone variable, then your issue is syntax
$ = local variable, required for referencing and declaring
@ = normal variable, only used to reference, not to define

to define it in a z ...
  Topic: Adding path to variable
shalimar

Replies: 7
Views: 1015

PostForum: CMUD General Discussion   Posted: Tue Apr 07, 2026 1:52 pm   Subject: Adding path to variable
as to the pathing issue, local variables dont have a path, they are stored in memory and only exisit within the code block they are called from, as soon as the relevant } is parsed, they are thrown aw ...
  Topic: Adding path to variable
shalimar

Replies: 7
Views: 1015

PostForum: CMUD General Discussion   Posted: Tue Apr 07, 2026 1:49 pm   Subject: Adding path to variable
Its not a matter of what the value should be.
In an ideal world things are always what they should be.
Testing is to verify that it is what it should be.
  Topic: Adding path to variable
shalimar

Replies: 7
Views: 1015

PostForum: CMUD General Discussion   Posted: Tue Mar 31, 2026 10:31 pm   Subject: Adding path to variable
and try: %db(@mobdb_vars, $zone)
  Topic: Adding path to variable
shalimar

Replies: 7
Views: 1015

PostForum: CMUD General Discussion   Posted: Tue Mar 31, 2026 10:28 pm   Subject: Adding path to variable
Have you tested that any of your local variables have a value, much less the correct one, with #ECHO #SAY or #PRINT?
if $zone itself is null you will get a false negative result even with correct syn ...
  Topic: Lockups with triggers and scripts
shalimar

Replies: 3
Views: 851

PostForum: CMUD General Discussion   Posted: Sun Feb 15, 2026 3:33 am   Subject: Lockups with triggers and scripts
A shortcut to force any script to be threaded is to insert a
#WAIT 0
at the start. Not near as powerful as proper threading, but if you just need to do a %mapquerry, or most anything involving data ...
  Topic: syntax help
shalimar

Replies: 2
Views: 923

PostForum: zMUD General Discussion   Posted: Fri Jan 23, 2026 3:32 pm   Subject: syntax help
#IF (%null( @myvariable)) {#var myvariable "NO"}
  Topic: syntax help
shalimar

Replies: 2
Views: 923

PostForum: zMUD General Discussion   Posted: Thu Jan 22, 2026 7:16 pm   Subject: syntax help
you are missing a space betwween the true and false segments of your if statement, you can also leave the false off if its empty
  Topic: Docking help
shalimar

Replies: 1
Views: 751

PostForum: zMUD General Discussion   Posted: Mon Jan 19, 2026 5:00 pm   Subject: Docking help
Don't forget to run the program as an admin at least once so it has write permissions on the system.
Without that the layout might never save.
  Topic: %ismember not working
shalimar

Replies: 3
Views: 1084

PostForum: zMUD General Discussion   Posted: Thu Jan 15, 2026 7:26 pm   Subject: %ismember not working
there is an option for that in preferences
  Topic: %ismember not working
shalimar

Replies: 3
Views: 1084

PostForum: zMUD General Discussion   Posted: Thu Jan 15, 2026 1:42 pm   Subject: %ismember not working
you need to include the @ symbol to reference your variables inside the function:

%ismember(@test, @mindstates)
  Topic: Mapping and moving in Aardwolf
shalimar

Replies: 12
Views: 4116

PostForum: CMUD General Discussion   Posted: Thu Jan 15, 2026 1:40 pm   Subject: Mapping and moving in Aardwolf
I never got that deep in the mapper, but according to the help file the two vnum functions return the same result. likely retained for backwards compatability
they are the respective listorder of the ...
  Topic: Mapping and moving in Aardwolf
shalimar

Replies: 12
Views: 4116

PostForum: CMUD General Discussion   Posted: Sun Jan 11, 2026 12:27 pm   Subject: Mapping and moving in Aardwolf
vnum is one of the options there in #HELP #TAG
Rooms are typically numbered in creation order.
Both client side and server side.
Odds are you didnt map in the same order as the game admin created t ...
  Topic: Mapping and moving in Aardwolf
shalimar

Replies: 12
Views: 4116

PostForum: CMUD General Discussion   Posted: Fri Jan 02, 2026 2:19 pm   Subject: Mapping and moving in Aardwolf
You need to make #TAG triggers for those

those help to tell the mapper which bit is what. (including vnums)

You said you already had to make some GMCP triggers, those would hold the appropriate ...
  Topic: Posting messages
shalimar

Replies: 1
Views: 1065

PostForum: Website or Forum problems   Posted: Fri Jan 02, 2026 3:24 am   Subject: Posting messages
It is not only you, half the time it acts like i clicked on preview instead.
  Topic: Mapping and moving in Aardwolf
shalimar

Replies: 12
Views: 4116

PostForum: CMUD General Discussion   Posted: Fri Jan 02, 2026 3:23 am   Subject: Mapping and moving in Aardwolf
If that is a common issue, you should stick the mapper into slow mode, then it only tries to move one step at a time, and you will only get a single failure.
If you set up an #OKAY trigger as well, t ...
  Topic: Mapping and moving in Aardwolf
shalimar

Replies: 12
Views: 4116

PostForum: CMUD General Discussion   Posted: Tue Dec 23, 2025 12:11 pm   Subject: Mapping and moving in Aardwolf
I usually verify my room entry with the exits line:

#TR {Obvious exit{s|}:} {#OK}

#OK tells the mapper I have arrived. and it updates the dot if there are any movements queued.
(dont forget to ...
  Topic: Mapping and moving in Aardwolf
shalimar

Replies: 12
Views: 4116

PostForum: CMUD General Discussion   Posted: Mon Dec 22, 2025 12:06 pm   Subject: Mapping and moving in Aardwolf
i believe the prebuilt events used enter, not entry, so that could just be a typo issue
  Topic: Can anyone see what is wrong?
shalimar

Replies: 5
Views: 1903

PostForum: CMUD General Discussion   Posted: Mon Nov 24, 2025 2:13 am   Subject: Can anyone see what is wrong?
Odd, not sure I can explain it either.
Glad you found a working solution.
  Topic: Can anyone see what is wrong?
shalimar

Replies: 5
Views: 1903

PostForum: CMUD General Discussion   Posted: Sun Nov 23, 2025 11:34 am   Subject: Can anyone see what is wrong?
Are you toggling %maplocked as well?
Like your script does.

The mapper can be very finicky about when its database can be edited.

It it possible your trigger is hanging on the waitfor and never ...
  Topic: MotD halts connection.
shalimar

Replies: 0
Views: 989

PostForum: CMUD General Discussion   Posted: Fri Nov 21, 2025 1:12 pm   Subject: MotD halts connection.
Anyone else getting an odd popup with a garbled message (looked like a break to me, i shoulda took a screenshot) when first opening CMUD of late?

Preface: I added the shortcut to my main session to ...
 
Page 1 of 190 Goto page 1, 2, 3 ... 188, 189, 190  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net