Now, I’ll feel dumb since this probably has a simple solution, but I’ve looked around and nothing seems to work?
I’m just tryin to put a space in my variables and CSIDE is having an seizure over it. In Wayhaven Chronicles, but you have the opposed pair,by the books. Basically what I am trying to do. Here is the code for the startup and the stats .txt
When you make an opposed pair, you only really have one stat, and it should look like this
*create lawful_good 50
Stats:
*stat_chart
opposed_pair lawful_good
Lawful Good
Lawful Evil
Obviosuly you can substitute whatever, but that’s the format. This page might be helpful to you. Also check out the wiki
One last thing, although the quotation marks might not have been messing you up earlier, you’ll need to get rid of them in order for the code to understand it’s a number
*stat_chart
*opposed_pair good_evil
@{alignment "Lawful"|"Neutral"|"Chaotic"} Good
@{alignment "Lawful"|"Neutral"|"Chaotic"} Evil
The reason why I didn’t use a string for alignment is because it can be changed anywhere, and if I misspell it in one place, I won’t find out, and also, the alignment is only displayed on the stats page.