• 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

HeroField addition

DeltaMasterMind

Well-known member
I wish to request a CustomUser field be added to the hero for the purpose of using it for workarounds when trying to get multiple user files working together without them throwing errors when one or more are missing. I plan to use this field for alot of conditions to make things happen that only should happen when other content "adds" its part into the "package". I keep finding that I am stuck with a Base file > additional files approach and I want to have a workaround so all files I build can be independent yet able to signal to each other using the herofield as a base point.
 
Not sure what exactly you are trying to do . . .

You can't use the Source or Replace fields to do what your want???
 
Not quite, lets say I have official content files and my custom rules file and I have content in my file that adds to the official content file, however due to the way things like rMultiatt work I need to modify the official content file to work with my file, yet if I do that then one or the other requires that the other file is present. I need to be able to make them work together without actually needing to keep adding code to the official file. I do maintain the official file, however I want to get the cross scripting to work without errors saying this item does not exist and failing at the dataset loading screen. I need both files to operate together without them being dependent on the other.
 
Last edited:
Changing the base coding will never be possible.

What you can do is create a copy of the ability you want to change giving it its own tag. The put the original tag in the space on the right side of the new ability. The space is labeled 'Replace thing id'.

In all my time of coding HeroLab, I've never come across a situation where I was required to modify Original Coding. I'd just make a copy, modify it to my heart'sa content, and have my copy replace the original.
 
Back
Top