qwerty673 postsSunny Singapore, the lil' red dotjoined 2004-07-02#12005-05-27spell helpim making a direct damage spell which deals random damage with a minimum equal to (0.4 x Str) damage. but i cant seem to get that under conditions. can anyone help?
Telefragged294 postsjoined 2005-02-04#22005-05-27An attribute is under an integer I believe.What do you mean by conditions though?
Leopard604 postsIndonesiajoined 2004-12-29#32005-06-02coz (0.4 * str) = (4*str)/10so, just use random integer number, so you'll make "damage target equal to IntegerToReal((Random Integer between 4 to 8) * str)/10you can change 8 with any number that you like.