I am writing a pre-req script, this is what I have;
I want to change the "allowed = 1" to "allowed = CON Modifier" but I am uncertain how to alter this script to do that, can anyone help?
Code:
var allowed as number
var taken as number
allowed = 1
var classcheck as string
var levels as number
classcheck = "Gladiator"
I want to change the "allowed = 1" to "allowed = CON Modifier" but I am uncertain how to alter this script to do that, can anyone help?