Character creation question - Talents #50
-
How does one use the View command with a multi word talent? I tried single and double quotes, and making the talent name one word, but no luck. We might want to add a little help text describing how to make it work for that case. |
Beta Was this translation helpful? Give feedback.
Answered by
DavidRieman
Dec 14, 2020
Replies: 1 comment
-
Pretty sure it's just broken. e.g. see This discussion spawned Issue #55 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DavidRieman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pretty sure it's just broken. e.g. see
this.ViewTalentDescription(commandParts[1]);
(passes just one word after view) and the implementation just looks for case insensitive exact match to that word. Feel free to either fix or open an Issue for this.This discussion spawned Issue #55