• 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. Z

    Checking for an OR pre-req

    I've been looking at how to handle either/or situations for a pre-requisite and it looks like the best way is with a script. One example I found was for a Blood and Guts edge that has a Message set to "Fighting d10, Shooting d10 or Throwing d10 required." and a Pre-req code of: validif...
  2. Z

    if/then on adding an Edge?

    Ok, I know this is probably something really simple that I'm just too dense to figure out, but working on the Pirates of the Spanish Main setting I've hit a wall on implementing the Admiral/General Edge. What I need to do is check if they have the Noble Edge (edgPMNoble, I have a setting...
  3. Z

    BUG: The Black Coach not "Standard Gear"

    Now that I've been working hard recently on equipment lists for some settings I noticed that vehicle "The Black Coach", vhBlackCoa, from the Horror Companion file, is not set to be "Standard Gear" so it will show up in settings where it may not be appropriate.
  4. Z

    Grouping Items in Lists

    I must be missing something here, but I'm trying to group things like Equipment or Weapons into like lists. I can sometimes get it to work with certain default categories but not always, and I pretty much never with my own categories. Let's take Equipment for example. In HoE Reloaded there are...
  5. Z

    Increasing a specific Knowledge skill

    I'm trying to add a simple roll bonus to a specific Knowledge skill, in this case Knowledge (Arcane), and I tried the following Eval Script at Pre-Traits/5000: ~go through all knowledge skills and find an "Arcane" one foreach pick in hero where "thingid.skKnow" if...
  6. Z

    Containerreq and the OR command?

    I'm wondering if there is a way I can use an OR command, preferably ordered, in a containerreq expression. As an example from the Deadlands: Reloaded file, if you select a ChiMastery skill such as Armor (Power), skDLAmor, for an example, the Containerrqexpression is: hero#Arcane.ChiMastery &...
  7. Z

    Custom Output Bug

    I just noticed that none of the Custom Output options, including straight XML, include Racial Edges/Hindrances/Abilities listed on them so I figured I might point that out for the next update, if it wasn't already in the works.
  8. Z

    A few Editor questions

    Some of these were asked in the Savage Worlds forum, but I'm wondering if this might be a better venue. One thing I need to be able to do is to hide a derived traits unless a certain Edge is taken. For example, I have a Derived Trait of Dominion which I only want to show if the Harrowed Edge is...
  9. Z

    Hiding a Derived Trait?

    I'm getting pretty close on getting a Hell on Earth: Reloaded data file done (well, except for the Creatures... there are a LOT of creatures :eek:). One thing I need to be able to do, though, is to hide a couple of derived traits unless a certain Edge is taken. For example, I have two Derived...
  10. Z

    Custom Output Sheets

    Anyone done some work on any of these? I'd love to see your work if you have, no matter how crude. My head is swimming from trying to figure out XSLT and HTML formatting. Personally I'd love to see something that looks as nice as the standard PDF/Print Preview character sheet, but with all of...
  11. Z

    Codex Martialis

    I'm probably out of my mind even considering this, since my coding skills are ridiculously poor, but I'm considering working out a mod for the Codex Martialis add-on for d20. I have some questions about proceeding that I hope some folks here can help me with. First off I would like to be able...
  12. Z

    Overriding Default File Data

    I've run into a bit of a House Rule dilemma and maybe my search skills aren't up to the task but I didn't see this situation anywhere. I'd like to have certain aspects override the defaults of a standard or default file item and I'm wondering how it might be best accomplished. For example, in...
Back
Top