Advanced Box Drawing by Mudbud Productions7th Jun 2011 22:13
|
---|
Summary This code is a function that enhances the box drawing command.. Adding A color option. ALL code is free to use unless otherwise specified. Credit is appreciated but not required. Description N/A Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com //Created by Mudbud Productions FUNCTION BoxExt( L , T , R , B , Col ) ink Col,0 box L,T,R,B ENDFUNCTION |