View Single Post
Frodie
Senior Member
 
Join Date: May 2007
Location: Durham, NC
Posts: 1,747

Old August 31st, 2014, 06:30 AM
IDK - but you could do an "Adjustment" as a user file. It would be something like -


post levels 10000

~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)

var x as number

x = random(20)

if (x = 0) then
field[pChkName].text = "1 - Check the ? for full txt results"
field[CustDesc].text = "Standard critical damage as indicated by the weapon type."
done
endif

if (x = 1) then
field[abText].text = "2 - Check the ? for full txt results"
field[CustDesc].text = "Critical multiplier increased by 1."
done
endif


and so on....

Last edited by Frodie; August 31st, 2014 at 06:44 AM.
Frodie is offline   #2 Reply With Quote