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.
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.
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: