• 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

Change alignment a familiar requires?

risner

Well-known member
I'm trying to alter the alignment of a familiar:
Code:
  perform focus.delete[AlgnMaster.LawEvil]
  perform focus.assign[AlgnMaster.LawNeut]

But the code to test if the alignment is correct:
Code:
        @message = "Master's Alignment not matched. Required alignment: " & altthing.tagnames[AlgnMaster.?]

It references things, so the question is there a way to modify tags on things?
Not picks.
 
No. A Thing is the hard-coded values typed into the XML so it can't be changed. Only a "Pick" can have its values or tags changed.

I was pretty certain that was true. So the only way to fix this is to duplicate the familiar with a different alignment.
 
The only way I can do this is to make a duplicate and add "PFS" to then end or something.

Is there another way?

Can I deactivate the alignment check by HL with a tag and then do the check myself to make sure the alignment is Lawful Neutral as required?
 
Back
Top