When pasting a variable restriction, the new version of ADRIFT is adding extra quotes, so (for example) INCREASE variable Score BY '5' ends up as INCREASE variable Score BY "'5'".
Extra quotes are also being added where you have 'RAND(1,10)' expressions, causing non-execution of tasks. |