Help Creating Scripts

stinghawkstinghawk Join Date: 2005-07-30 Member: 57159Members
<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

Comments

  • MantaManta Join Date: 2005-01-12 Member: 35056Members
    I'm pretty sure it doesn't work when you're playing online. Something about developer 1 or something.
  • stallioNstallioN Join Date: 2005-06-21 Member: 54363Members
    edited August 2005
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    <!--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.
  • ultranewbultranewb Pro Bug Hunter Join Date: 2004-07-21 Member: 30026Members
    Just use the "speak" command instead - much easier and just as identifiable as some text on the screen.
  • ReKReK Join Date: 2004-08-30 Member: 31058Members, Constellation, Reinforced - Shadow, WC 2013 - Silver
    I use the speak myself, but text can't be matched when you have to say actual sentences.
Sign In or Register to comment.