Update:
Beta 4 is ready. Beta 4 contains:
Installer has been fixed when installing to a drive other than C:
globalvar condition commands have all been fixed when value being compared to is 0.
hudglobalvar=varname - command has been added
An example of how to use this, would be to add the following to the setuplevel.fpi
:state=0:makeglobalvar=test int,setglobalvar=test 47
:state=0:hudreset,hudx=59,hudy=10,hudglobalvar=test,hudimage=gamecore\huds\numeric1.png,hudtype=6,hudname=testHud,hudmake=numeric
rndglobalvar=varname value - command has been added
Value is the maximum value it could generate. If you wanted to have a maximum of 50 and minimum of 40, you would do:
:state=0:makeglobalvar=test int,rndglobalvar=test 10,incglobalvar=test 40,state=1
Download:
Edit: New beta is available.