#VALTYPE
Returns the valuation type (1 = tax/funding, 2=accounting, 3=experience).
Useful for those (rare) times when the benefit to be valued for tax/funding purposes is different than for accounting purposes. You can also distinguish what happens for experience, for example, the same as tax/funding or same as accounting.
Syntax:
#VALTYPE
Example:
#IF #VALTYPE=1 #THEN COMP1 #ELSE COMP2 #ENDIF