Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

record fields can not be used with if #93

Open
amitu opened this issue Jan 31, 2022 · 0 comments
Open

record fields can not be used with if #93

amitu opened this issue Jan 31, 2022 · 0 comments
Assignees
Labels
To Verify triaged Issues that have been added to some project (-no:project doesn't work)

Comments

@amitu
Copy link
Contributor

amitu commented Jan 31, 2022

-- record character:
caption name:
string dexterity:

-- dd wizard: Wizard
dexterity: high

-- show-dd:
character: $wizard

-- ftd.row show-dd:
character c:

--- ftd.text: $c.name

--- ftd.text: Armour: High
if: $c.dexterity == high

--- ftd.text: Armour: Low
if: $c.dexterity == low
@amitu amitu added the To Verify label Mar 5, 2022
@amitu amitu added the triaged Issues that have been added to some project (-no:project doesn't work) label Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
To Verify triaged Issues that have been added to some project (-no:project doesn't work)
Development

No branches or pull requests

2 participants