Playing around with this. Love it.
I've noticed that when you create an inline variable or assign a value to a previously defined variable within a conditional statement then the scope of the variable seems to be limited to within the conditional statement.
eg.
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}
All give an output of
Modified strength = 0
instead of what has been assigned to the variable within the conditional statement.
Anyway around this?
Oh, and I noticed that when you use InspirationPad from within The Keep that the prompts don't work. Once again, anyway around this?
Cheers,
Plugger






