Hi guys
Actually, I made some addons using exclamation mark(!) in /skill3_contextscriptdata.xml
ex) <!-- <condition skill="~~"> -->
But, it doesn't seem to be working properly.
I've understand that the exclamation mark means you won't use the phrase, is it correct?
If the method was wrong, could you teach me properly??
I was wondering if it is possible to insert two or more <decision> in one <layer> in skill3_xml.
Actually, it seems like all <layer> have just one <decision>
example)
<layer>
<decision>
about skill A
</decision>
<decision>
about skill B
</decision>
</layer>
so,
1. I want to know the meaning of exclamation mark.
2. Is it possible to insert two or more <decision> in one <layer> in skill3_contextscriptdata.xml??
Actually, I made some addons using exclamation mark(!) in /skill3_contextscriptdata.xml
ex) <!-- <condition skill="~~"> -->
But, it doesn't seem to be working properly.
I've understand that the exclamation mark means you won't use the phrase, is it correct?
If the method was wrong, could you teach me properly??
I was wondering if it is possible to insert two or more <decision> in one <layer> in skill3_xml.
Actually, it seems like all <layer> have just one <decision>
example)
<layer>
<decision>
about skill A
</decision>
<decision>
about skill B
</decision>
</layer>
so,
1. I want to know the meaning of exclamation mark.
2. Is it possible to insert two or more <decision> in one <layer> in skill3_contextscriptdata.xml??
Last edited: