I'm trying to change up some things for the courier events. Namely the events where the punks try to think they are better then whatever person that is currently in the position. So I want to put In a CSC check against the value of whatever stat is checked for whatever position. If they don't match or are greater then the current advisor, then I don't hear anything.
I'm not sure if i need to use more then one condition check or not. Here is what i am 'thinking' it is.
This I think is really iffy, I don't think you 'can' just check the martial skill of another character outright. Unless you're putting it against a hard value. But don't know till I ask.
I'm not sure if i need to use more then one condition check or not. Here is what i am 'thinking' it is.
Code:
condition = { type = martial value = { type = martial_csc
condition = { type = martial value } }
}
This I think is really iffy, I don't think you 'can' just check the martial skill of another character outright. Unless you're putting it against a hard value. But don't know till I ask.