Thanks for taking the time to respond, PAul. I'm sorry I didn't get back to you sooner, but I have been eyeball deep in school work. I noticed when reading...
For those of you interested in looking at articles on how to create art and design modules, there are some great resources available in the form of UANL, that...
Glancing over the lists of what DC can do, a few things seemed a bit ambiguous? Can Classes be renamed and edited? Can Races be renamed and edited? Can things...
Hi Omega, Welcome to Dungeon Craft. :) The answers are yes, yes, no and yes. :D:D:D I'll explain- Classes can be renamed and edited, but their are some parts...
So, it turns out we can import levels from one design into a different design. There are some caveats, the name of the level isn't transferred and the level...
I just added two programs to the files section, EasyWallTexz.exe and EasyWallTexup.exe. The first is version 1.21 of EasyTex and the second is to update it to...
Is anyone working on, or worked on in the past, Dungeon Craft versions of cities, towns, villages from the Forgotten Realms pen and paper game? I'm especially...
In case folks aren't working on any levels for the Forgotten Realms but would like to... I'm working on the Silver Marches, so anywhere else in the Forgotten ...
I'm working on scripting an item and having a hard time getting the results I want. The documentation that comes with DC in regards to ASLs is pretty good for...
... Well, I invented the ASL feature so I suppose I should volunteer my help. But I don't understand what you are up to here. Those three lines constitute a...
Hi PAul, Thanks for responding. Obviously, I have more problems than I thought. As a person ignorant of Activation Scripts, I was trying to do the following: ...
... Well, you probably will always have more than one problem. That is the way it works for me. I have been gone so long.....Took me half an hour to discover...
By the way. Doing things this way has a bug. If something else should increase the character's intelligence while he is wearing the cap, then that increase...
Thanks, Paul. This works. Though I do get an error when I test the syntax, but it doesn't seem to stop it from working. [GPDL interpret error. Illegal part...
It does make sense. :) When the cap is taken off, it will disregard anything else effecting intelligence to set it at the original stat. Keeping track of the...
... Two more ideas that I have: ==================================== Firstly, the "Illegal party member" is probably caused by the fact that you are not...
It has been a long time since I dug into that code and my memory is spotty at best. ‘Ready’ is an in-game status which indicates to the engine which of the...
... Perhaps. But the specific test that failed was a comparison of the party member (=0) versus the number of party members (=0). Maybe we need a dummy party...
There is an installer here that will install the latest source files: http://uaf.sourceforge.net/bin/UAFInstall_src.exe The files might still be read-only. ...
Sorry, formatting was lost in the last message... 1. run Pageant (incl with Putty) and generate your own public/private SSH key files 2. load your private key...
It was indeed tested in the engine and works fine. I chose $TargetIndex because I was thinking of it in the ssense that you mentioned - that I was targeting...
... Oh, My God. No wonder I failed. OK. I will give it a try. I hope eventually to have some coherent mental model for how this all works. Thank you - VERY...
... Oh, My God. Squared. After two hours of fiddling and trying to make sense of the instructions (Like how the heck do I run Pageant???? Oh, I see. It is...
... ($TargetIndex())); ... #$GET_CHAR_ASL($TargetIndex(),"Intel21")); ... Would this work if you already had a score that high? I'm not saying lets superpower...
So I got the "dummy's guide to C++" and I'm formally starting my self- training on this language. Its new, but a lot of the concepts are the same from visual...
Sure it would work. If the intelligence were already 21, the ASL would store a 0 and if the intelligence stat were already higher, like 25 for example, it ...
... Ahhhh. The Scientific Method. Try it. 'Twas a good thing to try. Sometimes negative numbers do strange things when encountered inside computers....