<div class="IPBDescription">echo ?</div> hey all, well im making some new scripts and i would like to know how do i make the script say on/off in the top right corner of my screen, is the command echo ?, thx for da help
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->alias showText "developer 1; motdfile motd.txt; text; MOTD; motdfile motd.txt; developer 0" alias text.on "alias text motd_write On" alias text.off "alias text motd_write Off"
alias on "text.on; showText" alias off "text.off; showText"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Calling the commands on or off will display it on screen. You can easily add you own lines, just make more text.x lines and alias them like on and off.
Comments
v
alias text.on "alias text motd_write On"
alias text.off "alias text motd_write Off"
alias on "text.on; showText"
alias off "text.off; showText"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
Calling the commands on or off will display it on screen. You can easily add you own lines, just make more text.x lines and alias them like on and off.