- Joined
- May 24, 2012
- Messages
- 122
- Reaction score
- 43
I try to use perks system on my project. But I'm not use actor parameter as requirement, I change the requirement with variable or swith requirement.
The question is, the requirement always show a text "secret" and not showing the variable name and value. Just like this.
And this is my notetag setup
<perk>
<name: test>
<requirements>
variable: 1 == 5
</requirements>
<rewards>
state: 11
</rewards>
<description>
Just testing
</perk>
Am I do something wrong? Because I already do everything listed on help page.
And for people willing to help me, the plugin is posted in this page
I hope anyone can help me with this because if true we can expand switch and variable use for this plugin perfectly (like show the requirements text) it's like every perks on skyrim or fallout will possible to implement in our project, like bribe perks, communication with NPC perks, etc.
The question is, the requirement always show a text "secret" and not showing the variable name and value. Just like this.
And this is my notetag setup
<perk>
<name: test>
<requirements>
variable: 1 == 5
</requirements>
<rewards>
state: 11
</rewards>
<description>
Just testing
</perk>
Am I do something wrong? Because I already do everything listed on help page.
And for people willing to help me, the plugin is posted in this page
I hope anyone can help me with this because if true we can expand switch and variable use for this plugin perfectly (like show the requirements text) it's like every perks on skyrim or fallout will possible to implement in our project, like bribe perks, communication with NPC perks, etc.
Last edited by a moderator:
