Author |
Message |
Topic: multiple users updating a single map |
kiyakerz
Replies: 0
Views: 1618
|
Forum: CMUD General Discussion Posted: Wed Feb 15, 2012 3:47 am Subject: multiple users updating a single map |
A few clan mates and I are trying to figuring out a way that we can all make changes to the cmud map without having to enter each others changes in manually to our own copy. The standing solution we ... |
Topic: auto open doors |
kiyakerz
Replies: 2
Views: 2405
|
Forum: CMUD General Discussion Posted: Wed Feb 15, 2012 3:43 am Subject: auto open doors |
thanks that seems to have done the trick |
Topic: auto open doors |
kiyakerz
Replies: 2
Views: 2405
|
Forum: CMUD General Discussion Posted: Tue Feb 14, 2012 4:59 am Subject: auto open doors |
Hi, I recently loaded a new revision of a map for my mud that I am on and I'm trying to correct the door issue I've had in the past. Originally the mapper would open directions instead of doors. I f ... |
Topic: freezing of main window when function called |
kiyakerz
Replies: 5
Views: 4167
|
Forum: CMUD General Discussion Posted: Mon Feb 13, 2012 9:08 pm Subject: freezing of main window when function called |
Rahab, thank you for your reply. I will look into the commands you provided to see if I can better optimize my script. |
Topic: freezing of main window when function called |
kiyakerz
Replies: 5
Views: 4167
|
Forum: CMUD General Discussion Posted: Mon Feb 13, 2012 8:32 am Subject: freezing of main window when function called |
So after a while of using the #WAIT for new threads I've noticed some weird bugs popping up in my scripts. Basically the scripts just start doing random things like not triggering when they are suppo ... |
Topic: record paths to stringlists |
kiyakerz
Replies: 2
Views: 2561
|
Forum: CMUD General Discussion Posted: Thu Feb 09, 2012 4:43 am Subject: record paths to stringlists |
Use the
Man, I am so glad there's already a function for that. Thank you so much! :) |
Topic: record paths to stringlists |
kiyakerz
Replies: 2
Views: 2561
|
Forum: CMUD General Discussion Posted: Thu Feb 09, 2012 3:21 am Subject: record paths to stringlists |
Hi, I was wondering if someone could provide some insight on this problem I'm having. I currently have a script that walks through a string list of directions and kills anything it finds along the wa ... |
Topic: freezing of main window when function called |
kiyakerz
Replies: 5
Views: 4167
|
Forum: CMUD General Discussion Posted: Wed Feb 08, 2012 10:40 pm Subject: freezing of main window when function called |
try sticking a #WAIT 0 at the start of any script that may potentially be rather intensive on CMUD
That effectively sticks it in a separate thread so as not to make the system appear locked up
Tha ... |
Topic: freezing of main window when function called |
kiyakerz
Replies: 5
Views: 4167
|
Forum: CMUD General Discussion Posted: Wed Feb 08, 2012 8:41 pm Subject: freezing of main window when function called |
Hi, I recently redesigned some of my code so that I can incorporate new areas without duplicating the same function over and over by use of functions. This is my first time using functions however I" ... |
Topic: alias problem |
kiyakerz
Replies: 2
Views: 2725
|
Forum: CMUD General Discussion Posted: Mon Feb 06, 2012 7:18 pm Subject: alias problem |
Rahab, amazing! I think that did the trick. I had a similar idea last night about why that was happening but it was getting late and my alternate solution would have been much less elegant. Thank y ... |
Topic: alias problem |
kiyakerz
Replies: 2
Views: 2725
|
Forum: CMUD General Discussion Posted: Mon Feb 06, 2012 5:57 am Subject: alias problem |
Hi, I'm having a problem with passing an argument to an alias. I have an alias called runpath that accepts a string list as the first argument so for example, normally when I want to run my path I ty ... |
|