• 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

Deleting [NoScore.?]

Illyahr

Well-known member
I am working on a template that allows a golem to become intelligent. I have deleted the NoScore tag, but the system still won't let me adjust the stat, even though it registers that it has one now. Any ideas?
 
I am working on a template that allows a golem to become intelligent. I have deleted the NoScore tag, but the system still won't let me adjust the stat, even though it registers that it has one now. Any ideas?

I looked at the Ghost Template in MM1 which allows ghost's to have a Strength score.

at Post-Levels/10000:

Code:
~ We have a STR scores
      perform hero.child[aSTR].delete[Helper.NoScore]
      perform hero.delete[NoScore.aSTR]
 
I looked at the Ghost Template in MM1 which allows ghost's to have a Strength score.

at Post-Levels/10000:

Code:
~ We have a STR scores
      perform hero.child[aSTR].delete[Helper.NoScore]
      perform hero.delete[NoScore.aSTR]

That worked. Thanks :)
 
Back
Top