I created a component called "Ability Prereqs" it contains 9 fields, one for each ability score in the game. Any other compset that needs to do ability req checks gets this component added to it.
I've created 9 component pre-reqs, one for each ability and I'd like them to give the message as "Strength " & field[reqSTR].value & " or higher required."
I thought you could set the message with a script using the @message variable/keyword, but it throws an error of invalid use. I've looked at the prereq element on the wiki but it doesn't really seem to say anything about generating the text instead of just having a set message.
Any ideas?
I've created 9 component pre-reqs, one for each ability and I'd like them to give the message as "Strength " & field[reqSTR].value & " or higher required."
I thought you could set the message with a script using the @message variable/keyword, but it throws an error of invalid use. I've looked at the prereq element on the wiki but it doesn't really seem to say anything about generating the text instead of just having a set message.
Any ideas?