Rev 17766 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17766 | Rev 17818 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | !set introgivehint=1 |
41 | !set introgivehint=1 |
42 | !endif |
42 | !endif |
43 | !default introgivehint=$get_intro_hint |
43 | !default introgivehint=$get_intro_hint |
44 | !bound introgivehint between -2 and $limit_version default 1 |
44 | !bound introgivehint between -2 and $limit_version default 1 |
45 | !default oefenv_givegood=$get_intro_good |
45 | !default oefenv_givegood=$get_intro_good |
46 |
|
46 | !bound seedrepeat between 0 and $limit_seedrepeat default 0 |
47 | !default seedlastcnt=1 |
47 | !default seedlastcnt=1 |
48 | !!calculation done before the line with new. |
48 | !!calculation done before the line with new. |
49 | !if $seedlastcnt>=$seedrepeat |
49 | !if $seedlastcnt>=$seedrepeat |
50 | !set seedlastcnt=1 |
50 | !set seedlastcnt=1 |
51 | !increase seedcnt |
51 | !increase seedcnt |