chimeforest
Member
Hello,
I'm having trouble adding some situational text to a Craft skill which the user get's to pick out.
I have a field set up like so:
usrChosen1: component.BaseSkill & Helper.SkCatCraft
Here is the situational code that I have so far:
Normally, I'd put the skill in where the ??? is, however since the user gets to pick which skill it is, it's not so simple. I've tried a couple variations on "field[usrChosen1].chosen" but so far nothing has worked.
Any ideas?
Thank you in advance,
Sincerely,
Chimeforest
I'm having trouble adding some situational text to a Craft skill which the user get's to pick out.
I have a field set up like so:
usrChosen1: component.BaseSkill & Helper.SkCatCraft
Here is the situational code that I have so far:
Code:
doneif (tagis[Helper.FtDisable] <> 0)
#situational[hero.child[???], "You can make use of this craft without the proper tools and suffer no penalty.",field[name].text]
Normally, I'd put the skill in where the ??? is, however since the user gets to pick which skill it is, it's not so simple. I've tried a couple variations on "field[usrChosen1].chosen" but so far nothing has worked.
Any ideas?
Thank you in advance,
Sincerely,
Chimeforest
Last edited: