PGoodman13
Well-known member
Is that a change you're making in 1.7, or do I need to work on that kludge to build this character I'm working on?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
perform hero.childfound[wpUnarmed].field[wpDamage].value += 2
Okay, being able to make a Talent legal in the Personal tab seems to have worked just fine; it let me make a Klingon telepath as a test case just fine, so that's way cool.
The validation rule was easier than I thought it was going to be. Also way cool.
Brings me back to line 3 of that eval script where I'm trying to up the damage of an unarmed strike.
Code:perform hero.childfound[wpUnarmed].field[wpDamage].value += 2
Getting a different syntax error now when I try to compile/test it: "Error in string expression." I don't happen to see an error there, but I'm a game writer and not a developer.
Code:perform hero.childfound[wpUnarmed].field[wpDamage].value += 2
Getting a different syntax error now when I try to compile/test it: "Error in string expression." I don't happen to see an error there, but I'm a game writer and not a developer.
I think "perform" invokes a function, whereas "blah += 2" is an expression that would normally be on its own line. (But I'm not fully up to speed on their scripting language.)
I’ll check on that, thanks for letting me know.Trying to import V1.7, the list of files indicated that thing_species_DS9.dat was not going to get replaced.
On switching to the game system, it reported duplicate entries in thing_species_DS9.dat and another file with DS9 in the title.
I had to manually delete the thing_species_DS9.dat in order to get the game system to compile.
I got a thing_species_DS9.dat
So...when can we expect 1.8?![]()
So...when can we expect 1.8?![]()
v1.8
08/03/19
Fixed -
Custom Talent - Now able to rename to anyname instead of "Custom Talent"
Career Event: Encounter with Truly Alien Being - Correctly adds to Reason/Science instead of Daring/Command
New -
Alpha Quadrant Sourcebook
This will be fixed in next release.Step 3: Upbringing
Option: Artistic and Creative
Accepting this Upbringing should raise Presence by +2 and Insight by +1. The values that come up, however, are reversed (Presence +1 and Insight +2). (The values for rejecting this upbringing appear to be correct.)
This is in 1.8.