I have a Page Script that is two simple lines:
%RAND := 1D3
%MOVE := 1D6
To my understanding that should set RAND to a random number between 1-3 and MOVE to a random number between 1-6. However, the following output line {RAND = %%RAND%% MOVE = %%MOVE%%} on the page always shows RAND = 0 and MOVE = 1. MOVE is defined in the Variable list, but RAND is not. From everything I've looked at this should work. Anyone have any ideas on what I'm missing?