Author |
Message |
Topic: Package library issue |
draean
Replies: 1
Views: 4825
|
Forum: CMUD General Discussion Posted: Sat Sep 27, 2014 10:27 pm Subject: Package library issue |
Hey,
I'm trying to upload a script to the package library. it's fairly complicated, but for some reason if I upload it, then download it, I end up with the buttons broken. they're supposed to be to ... |
Topic: Database spell list crash issue |
draean
Replies: 6
Views: 12565
|
Forum: CMUD General Discussion Posted: Wed Feb 13, 2013 10:08 pm Subject: Database spell list crash issue |
the help file shows this line as an example:
#DBFIRST;#WHILE (!%null(%rec)) {#SHOW &Name;#DBNEXT}
using & to reference the value in a field of the current db record |
Topic: Database spell list crash issue |
draean
Replies: 6
Views: 12565
|
Forum: CMUD General Discussion Posted: Wed Feb 13, 2013 9:30 pm Subject: Database spell list crash issue |
Hi there!
I'm running Cmud 3.34, and am trying to write myself a handy little script. I'm trying to use a database, thinking that having a separate file storing a large part of the data will help p ... |
Topic: script items moved outside windows? |
draean
Replies: 1
Views: 4145
|
Forum: CMUD General Discussion Posted: Mon Jan 03, 2011 3:23 am Subject: script items moved outside windows? |
Hi,
I have a moderately large script, some 300-600 settings in there. and what seems like randomly items will jump from in a class folder in one window, to the root directory outside any window. th ... |
Topic: [3.12] Script integrity? |
draean
Replies: 1
Views: 4113
|
Forum: CMUD Beta Forum Posted: Fri Feb 05, 2010 12:29 am Subject: [3.12] Script integrity? |
I generally use cmud to run 2-3 script simultaneously on the same host. the scripts are moderately complex, and I haven't compartmentalized into modules. But sometimes, seemingly at random, or possibl ... |
Topic: Slow walk being flaky, any ideas? |
draean
Replies: 6
Views: 10055
|
Forum: CMUD General Discussion Posted: Tue May 05, 2009 3:24 am Subject: Slow walk being flaky, any ideas? |
So, I'm trying to reimplement slowwalk so I can control everything, the problem I'm running into is I'm trying to make it able to use the '.3n2w3n' syntax for 1 step.
dirlist = .3n|w|n|e|n
dirinde ... |
Topic: Slow walk being flaky, any ideas? |
draean
Replies: 6
Views: 10055
|
Forum: CMUD General Discussion Posted: Mon May 04, 2009 11:10 pm Subject: Slow walk being flaky, any ideas? |
I'm initiating the slow walk like this:
#sl slowpath
where slowpath is a path
I'm running 2.37, it's prompting me to download a beta, but I was figuring I'm not nerdy enough to go for betas |
Topic: Slow walk being flaky, any ideas? |
draean
Replies: 6
Views: 10055
|
Forum: CMUD General Discussion Posted: Mon May 04, 2009 8:02 pm Subject: Slow walk being flaky, any ideas? |
More info:
The path behind is incorrectly stated as double what it should be (ex. path goes 2n3e4n, path behind ends up being 4n6e8n)
I suppose I could implement my own slow walk, but it seems l ... |
Topic: Slow walk being flaky, any ideas? |
draean
Replies: 6
Views: 10055
|
Forum: CMUD General Discussion Posted: Mon May 04, 2009 4:59 pm Subject: Slow walk being flaky, any ideas? |
So I basically know how slow walk works, and my script will run it fine about 60% of the time. but sometimes it fails and some random point along the path, showing a somewhat wrong path behind (adds e ... |
|