• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Search results

  1. E

    Control Winds missing from Druid Spells?

    Not sure if I'm missing something here or not, but according to the Core Rulebook, Control Winds is a 5th level druid spell. I have an older printout with the spell listed, so I know it used to be available in Hero Lab. But now, when I load that same character, I get an error saying the...
  2. E

    Feature Request

    When I go to the "Configure Hero" window in Pathfinder, between the content I've purchased and the community content, my list has grown to a point that I would call unmanagably large ... or at least difficult to manage. I would like to request additional feature for this window to help manage...
  3. E

    Can an "eachpick" item in a "foreach pick" loop recognize itself as the parent?

    Can an "eachpick" item in a "foreach pick" loop recognize itself as the parent? I have a question about a FATE Core script I'm writing, but the question is centered around scripting rather than FATE Core, so it makes more sense to me to post it here. Question: If I include a "foreach pick"...
  4. E

    FATE Core bug?

    Is this a bug, or am I missing something? Part 1: I create a stunt. I set Uniqueness to "No" so multiple instances can be added. I allow multiple ranks. I leave the refresh cost at a default I add an eval script with a timing of Pre-Traits, 100: herofield[acRefrStnt].value -=...
  5. E

    FATE Core Evaluation Rule

    I have an evaluation rule that isn't working. The condition that should clear it doesn't. The thing that confuses me is that as far as I can tell, it's logically identical to another rule that works perfectly well. Both scripts have been added as Eval Rules, and both scripts have had their...
  6. E

    Validating if something has been user added?

    I'm trying to test if something has been user added. I've tried using this script. ~This stunt should not be user added. if (tagis[thing.user_added]) then @valid = 0 @message = "Cannot be user added." linkvalid = 0 done else @valid - 1 endif And I get "Error parsing left-side...
  7. E

    Hide a Stress Track?

    In Fate Core, is there a way to include a stress track in a campaign, but conditionally hide it? Dresden has a "Feeding Dependency" stunt for vampires, and it's associated with a "Hunger" stress track. Right now, I have it set so that if the dependency stunt is not present, the max points for...
  8. E

    Custom tag IDs in editor?

    Can I somehow specify my own tag IDs in the editor (specifically, in this case, for FATE Core)? The wiki obviously explains how to do this with the authoring kit, but I can't find if there's a way to do it with the editor.
  9. E

    Anyone willing to design a character sheet?

    As I'm sure it's not difficult to surmise from my previous posts, I'm working on Dresden Files for Hero Lab. Right now, I have everything THERE, just not connected. So I'm going to work on those details as best as I can. I'm planning to share the .user files, but I'd like to have a character...
  10. E

    Feature Request for FATE

    Right now, stunts need to be associated with skills. Would it be possible to add an option for stunts to be associated with just a category that isn't a skill? For example, supernatural powers in Dresden fall under different categories: Creature Feature, Faerie Magic, Minor Abilities...
  11. E

    Fate Stunts and Domains?

    I'm adding stunts in FATE, and there are at least three (Doctor, Scientist, Scholar) for which I want the player to specify a field of study. I'm working with Doctor right now. I set Uniqueness = No, and I added a tag with a Group Id of "User" and a Tag Id of "NeedDomain". It's not working...
  12. E

    Yet another Dresden Files question

    If I wanted to add DF's "Supernatural Powers" abilities to FATE Core, it seems like the best option would be to add them as stunts, and maybe preface each one with "SNP: " or "PWR: " or "SP: " or something like that. And if I wanted to add DF's templates (Wizard, Lycanthrope, Shapeshifter, etc)...
  13. E

    Feature Request:

    When printing a Pathfinder portfolio, I have the option to print the character sheet or the Abilities and Gear Description Appendix, or the spell summaries. When printing a Mutants and Masterminds 3 portfolio, I have the option to print the character sheet or the powers, advantages and weapons...
  14. E

    "Cast List" vs. a "Groups" topic.

    What is the intended distinction?
  15. E

    M&M 3rd ed. Usage pool orphaned ...

    I opened a bug report, but wondering if anyone else has this issue. In MM3e, when I open any of the stock portfolios, I get a message that says "Usage pool 'EnerSpent' has been orphaned for pick index '0'" I can click OK on that message, and it loads the profile. I can interact with it and...
  16. E

    Fate and Consequences

    Here's a question that seems to have gone unanswered. At least, I haven't seen an answer, but I've seen other people asking the question, so here's my attempt at an answer. The question is, "is it possible to add different consequence types?", and my answer is, I don't think it is. For each...
  17. E

    FATE Core questions

    I would like to have a Dresden Files data set. Looking through the comments, it seems like some others would as well. I've tried figuring things out for myself, and as usual, I'm stuck at certain points. I've already checked the documentation. I've already tried experimenting and finding...
  18. E

    Skill/Attribute links

    In the skeleton system, the sample skill has this bit of code at the end. <!-- Sample Skill --> <!-- Specify the attribute to which this skill is linked --> <link linkage="attribute" thing="attrStr"/> </thing> The system I'm working on has skills whose base values are averages of...
  19. E

    Rounding function

    Can someone pleeeeeze tell me what's wrong with this line? It's in an eval script, if that makes any difference. field[trtBonus].value = round((#trait[attrStr] + #trait[attrCon] + #trait[attrWpr])/3,2,1) I'm trying to take the average of the three attributes (Strength, Constitution...
  20. E

    Can you preclude text snippets?

    I've created a custom category, and some of the sections I've added have only tag snippets. No text snippets. It seems, though, that when create an item with that category, those sections have an automatically added text snippet. Is there a way to prevent this so I only have the snippets I...
Back
Top