• 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

Determining character's deity

mycerius

Member
I have tried unsuccessfully to figure out how to add in functionality to risner's add-on for Flurry of Blows. I am trying to add in a Crusader's Flurry option to script #4 but am having trouble getting the deity's favored weapon. I am almost positive that it needs to be added to the section below.

Code:
if (focus.tagis[wSpecial.Monk] <> 0) then
    u = 0
elseif (focus.tagis[wFtrGroup.Monk] <> 0) then
    u = 0
elseif (***get deity's weapon here***) then
    u = 0
endif

My code is the 3rd "if" section; and while it doesn't work as shown (duh), nothing I tried there works so I replaced it with generic text. Any ideas would be MUCH appreciated.

Also, is there anywhere else that lists the various objects and how to access them? I have looked over the manuals/wikis both online and inside HL and the editor as well as bringing up the tags/fields floating debug windows but am still confused. Thanks.
 
Last edited:
Back
Top