It looks like you're new here. If you want to get involved, click one of these buttons!
set: mod_str = 0
...
[when] {$diff_level} = Easy [do] [mod_str==250] [end]
...
Modified strength = {$mod_str}
or
set: mod_str = 0
...
[when] {$diff_level} = Easy [do] {!mod_str==250+2} [end]
...
Modified strength = {$mod_str}
or
set: mod_str = 0
...
[when] {$diff_level} = Easy [do] [@mod_str==some_table] [end]
...
Modified strength = {$mod_str}
Modified strength = 0
Comments
O.K, I figured it out. Turns out that I was getting muddled up with the programming paradigm. I was thinking lines of code in a program executing sequentially as opposed to each line being a possible selection in a table. Got it sorted now.
I'd still be interested in why Inspiration Pad programs with Prompt statements don't fire up in The Keep. Is it a command line implementation?
Cheers,
Plugger
Mmmm. Checked again and it's now working as designed. This was a home made *.ipt and I'm still climbing the learning curve so perhaps it was something that I had or hadn't done in the program.
Anyway, thanks for the reply. I'm finding both programs very useful.
Cheers,
Plugger