Hi,
I've uploaded ADRIFT 3.90 Release 15, which has the following changes;
o Added the following functions to expressions;
- either(a,b) : randomly selects value a or b
- rand(a,b) : selects a random number between a and b
- if(test,c,d): if "test" evaluates true, returns c, else returns d
Where "test" is a=b, a==b, a<b, a<=b, a>b, a>=b, a<>b, a!=b
and conditions can be ANDed together, using "and", "&" or "&&"
or ORed, using "or", "|" or "||"
o Text ordering correct if event calls task which ends the game
o "<" and "<=" corrected when dealing with Referenced numbers
o Removed extra space when displaying %number%
o Tasks can now be duplicated
o Installing Generator after Runner associates TAF files properly
Campbell