Hello,
another question from a beginner. I am trying to generate random numbers to be used with generating revolts in a game and am in need of a bit of advice on constructing an expression.
I have set up a test counter, created a Calculated Property named Revolt, with the expression If(GetProperty(d10_result)>=4,Fred,Barney
along with a Report Action property just to find the result of Revolt.
The module also has a d10 die.
I got the message "Bad Data in Module: Expression evaluation error Test Counter - Calculated Property[Revolt]={If(GetProperty(d10-result)>=4,Fred,Barney)}, Error=Command not found: GetProperty( int)
Do I need to do something else to generate a random numeric result before using it?
Thanks for any advice.