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

    User Notes and Player View

    The manual states that if you're using the GM Edition and enter Player Mode to see what the players see, that User Notes should not be visible. However they are for me, and editable too. Has something changed?
  2. S

    Why Can't Foreach Loops be Used in Creation Scripts?

    The following code: <creation><![CDATA[ var level as number foreach pick in hero where "ClassLevel.?" level += eachpick.tagvalue[ClassLevel.?] nexteach level += 1 perform this.assignstr["ClassLevel." & level] ]]></creation>...
  3. S

    UsagePool Context

    I could really, really use a rundown on the transitions and target references for usage pools. They seem really important and useful but there's no description of their functionality.
  4. S

    Tags Used As Numerical Values

    Hello All, Quick question. Consider the case where you have a tag group that is used solely to keep track of numbers, like for example Level.1, Level.2,....Level.20, where you want to use the tag id as a value. If more than one of these tags is assigned to the same pick/container, do they...
  5. S

    Dynamic Table Adding Blank Row

    I'm having the following problem with setting up a dynamic table. When I add my first row, it shows up as expected. But then I make a second selection, and a completely blank row is added while the first row is changed to reflect my second choice. After that, I can add rows normally, but...
  6. S

    Invalid Alignment Specifications?

    The compiler is constantly throwing an "Invalid Alignment Specification" error over the following position script, and I have no idea why. The problem is on line 8, aligning portal[name] to the right of portal[level]: <position><![CDATA[ 1 2 ~center the portals vertically 3...
  7. S

    Help with Script

    I'm getting a syntax error on the output line (@value = ) of the following script, with the message "Error parsing parameter 3 of function". Might anyone know why? <calculate phase="Setup" priority="1000" name="Calc Bonus"> <after name="Level final"/><![CDATA[ var level as number...
  8. S

    Splice Function

    Sorry for all these questions, I'm only asking about things that I can't find on the wiki. What does the splice function do and what are the parameters passed into it? splice(x,y,z), what are x, y, and z? Thanks.
  9. S

    Identity Tag Groups

    What are they? How are they used and what are they good for? Missing documentation. ShadowChemosh? AndrewD2? :) Thanks in advance.
  10. S

    Undocumented Context Transition: "Findchild"

    The "findchild" context transition is not documented on the wiki yet it appears right away in the leadsummary element in the skeleton files. What is it? Is it any different from just the "child" transition and if so, how? Devs?
Back
Top