I have a summary tab that I want to display the stats.
However, I want to convert the stats to hex, and then concat them into one string.
For example, if my stats are Str: 8, Cha: 12, Edu: 14
I want the top of the summary tab to display:
8CE
My problem is that I don't know how to reference each indiviual value, I've tried a few things I've seen in the samples, but nothing is currently working.
field[chaStr].value
(All my stats are called Characteristics, so they all start with cha)
Also, is it possible to do an if statement on .text?
For example if (field[name] = "MyValue")
The example if statements I've seen only compare numbers.
LW: Thanks for such an awesome product and allowing us the ability to create our own Game Systems!!
BoomerET
EDIT: Found this link that answers my if statement, guess I should search before asking.
http://forums.wolflair.com/showthread.php?t=21668&highlight=compare+string
However, I want to convert the stats to hex, and then concat them into one string.
For example, if my stats are Str: 8, Cha: 12, Edu: 14
I want the top of the summary tab to display:
8CE
My problem is that I don't know how to reference each indiviual value, I've tried a few things I've seen in the samples, but nothing is currently working.
field[chaStr].value
(All my stats are called Characteristics, so they all start with cha)
Also, is it possible to do an if statement on .text?
For example if (field[name] = "MyValue")
The example if statements I've seen only compare numbers.
LW: Thanks for such an awesome product and allowing us the ability to create our own Game Systems!!
BoomerET
EDIT: Found this link that answers my if statement, guess I should search before asking.
http://forums.wolflair.com/showthread.php?t=21668&highlight=compare+string
Last edited: