I'm trying to alter the alignment of a familiar:
But the code to test if the alignment is correct:
It references things, so the question is there a way to modify tags on things?
Not picks.
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.