Hello there! Since it pertains to the project I'm working on right now (which involes a lot of object restrings), I was wondering if someone could explain to me how it is that spellbooks given in chargen are restrung to include the PC's name?
Primarily, I'm wondering if there's some way to compile a restring from several lists of nouns and adjectives to produce a multitude of object variations. Thanks in advance for all your help folks
Chargen spellbooks
Re: Chargen spellbooks
There has to be a simpler way to accomplish this, but the way that I approached it with a mobile was this:
I used QBITs and tied QBITs, class, and other criteria to a small selection of potential results. It seems like you are talking about potentially infinite results. Maybe use a string program of some kind? It's something that I have thought about but not tried seriously.
I used QBITs and tied QBITs, class, and other criteria to a small selection of potential results. It seems like you are talking about potentially infinite results. Maybe use a string program of some kind? It's something that I have thought about but not tried seriously.
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
- Caelnai
- Sword Grand Master
- Posts: 273
- Joined: Sat Feb 12, 2005 6:03 pm
- Location: Behind that tree...
Generating Customized Objects
We have a variety of programs like this now which have been approached a couple ways. Is there a preferred structure for this sort of thing? Or better still, would someone care to post a solution that they think is nifty and should be the standard from now on? Thanks!