ayennnnnnn Posted March 4, 2014 Share Posted March 4, 2014 (edited) Can someone help to script this? Edited March 4, 2014 by ayennnnnnn Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 5, 2014 Share Posted March 5, 2014 1 line only.. if(readparam(bStr) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bStr,getrefine(); } if(readparam(bAgi) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus Agi,getrefine(); } if(readparam(bVit) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bVit,getrefine(); } if(readparam(bInt) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bInt,getrefine(); } if(readparam(bDex) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bDex,getrefine(); } if(readparam(bLuk) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bLuk,getrefine(); } Quote Link to comment Share on other sites More sharing options...
Can someone help to script this?

Edited by ayennnnnnnLink to comment
Share on other sites