• 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

Design Problem

murdoch

Member
Hi,

I'm currently trying to work on a VOR 3.1 version. As I am a beginner though small problems arise which obviously are major ones to me :/

I have defined a non-dynamic tag group SIZE with 3 defined tags (S, M, L) whenever I try to compile it though it gives me following error message:

ns.dat - 15 - cannot add dynamic tag 'M' to non-dynamic tag group 'SIZE'

( <statval stat="SIZE" value="M"/> )

Also, I have defined 3 different statsets (one of them standard). The Standard set does not have TC, or Shd listed to them, but it still shows me all my stats used for vehicles for example. Any help would be greatly appreciated.
 
At 05:21 AM 3/14/2007, you wrote:
I'm currently trying to work on a VOR 3.1 version. As I am a beginner though small problems arise which obviously are major ones to me :/

I have defined a non-dynamic tag group SIZE with 3 defined tags (S, M, L) whenever I try to compile it though it gives me following error message:

ns.dat - 15 - cannot add dynamic tag 'M' to non-dynamic tag group 'SIZE'

( <statval stat="SIZE" value="M"/> )
I'm 99% certain that tag groups used in support of stats MUST ALWAYS be defined as dynamic. So I'm guessing that's the source of the problem.

Also, I have defined 3 different statsets (one of them standard). The Standard set does not have TC, or Shd listed to them, but it still shows me all my stats used for vehicles for example. Any help would be greatly appreciated.
When you define a statset, you must specify the stats that are considered the "identity" for that statset. The "identity" stats control when units employing the statset are displayed specially. Also, if all the stats are visible in columns already, the special statset display is not employed. Either one of these issues could be the source of the problem.

Hope this helps,
Rob
 
Back
Top