• 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

hl editor: how to script condition to not show something again?

tahltwo

Well-known member
.
for example:

- aasimar: racial language, celestial
- custom template: celestial language is default
- custom class: celestial language is default on an ability

when all active, showing "celestial" language thrice.

or what "thing" should i review to reverse engineer?

thx
 
Before adding the language check if the character already knows it.


no, this is not a manual add of language.


- start pc off with a template (language added)
- select pc race (language added a 2nd time)
- select pc class (language added and shown 3 times in stats)


each happens to have the same language as part of default. get it?
 
Can you provide a more precise example? IE what Race/Class/Template ?

What I was referring to is in your custom template/class do a check to see if the language already exists before adding it again.
 
Can you provide a more precise example? IE what Race/Class/Template ?
race is aasimar.

class and template are custom, and each has celestial language as part of its inclusion. other details in the custom class and custom templates don't matter at this point.

with that in mind, i need to find a way to script in the condition that if celestial language is already included from any source, an instance of it from another source would hide/not shown on stats.

...in your custom template/class do a check to see if the language already exists...

i know that... not sure how many different ways i can explain this need -- how is it scripted?
.

 
Last edited:

race is aasimar.

class and template are custom, and each has celestial language as part of its inclusion. other details in the custom class and custom templates don't matter at this point.

with that in mind, i need to find a way to script in the condition that if celestial language is already included from any source, an instance of it from another source would hide/not shown on stats.



i know that... not sure how many different ways i can explain this need -- how is it scripted?
.


Look at something like https://forums.wolflair.com/showpost.php?p=266336&postcount=2
 
Back
Top