Random questions (step concept for lifepath, screen readers) #121
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Conceptually, the lifepath "steps" say things like, "you can this many attribute points for this step in the process (with these choices), and this many discipline points, etc." In the current implementation, the internal guts of the character don't really "remember" the steps; it just remembers that "the total attributes are now X, and the total disciplines are now Y". That's okay, but it limits my ability to do certain things (maybe I just want to go back and change one step in the process. I can do that with "History", but the way it does that is pretty brute-force-y -- essentially keeping back-up copies of the character every time you move from one screen to another). I think that s…