Help - Search - Members - Calendar
Full Version: Help Creating Scripts
Unknown Worlds Forums > Natural Selection > Natural Selection Creation > Scripting Discussion
stinghawk
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
Manta
I'm pretty sure it doesn't work when you're playing online. Something about developer 1 or something.
stallioN
|
v
ReK
CODE
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"


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.
ultranewb
Just use the "speak" command instead - much easier and just as identifiable as some text on the screen.
ReK
I use the speak myself, but text can't be matched when you have to say actual sentences.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.