Help Creating Scripts
stinghawk
Join Date: 2005-07-30 Member: 57159Members
Join Date: 2005-07-30 Member: 57159Members
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.