• 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

AB3 rule issue...

Warmonger

Well-known member
I'm trying to create a rule that validates at the unit level.

I can not seem to get it to accept runtime.effect? at all. Is there
some sort of leading context info I need to use? (unit and entity both
generate errors)
 
At 02:47 PM 3/21/2005 -0700, you wrote:

>I'm trying to create a rule that validates at the unit level.
>
>I can not seem to get it to accept runtime.effect? at all. Is there
>some sort of leading context info I need to use? (unit and entity both
>generate errors)


If it's a unit context rule, you should be able to do something like this:

var x as number
x = tagvalue[runtime.effect?]


Hope this helps,



--
Colen McAlister (colen@wolflair.com)
Chief Engineer, Lone Wolf Development
http://www.wolflair.com/
 
Back
Top