I'd like to do the following in the default section:
int param p1
; stuff
endparam
int param p2
min = 1
max = @p1
endparam
but UF6 won't let me use @p1 here. Is there any way around this other than checking in the Init section?
I'd like to do the following in the default section:
int param p1
; stuff
endparam
int param p2
min = 1
max = @p1
endparam
but UF6 won't let me use @p1 here. Is there any way around this other than checking in the Init section?
edited May 18 '17 at 3:08 pm