View Single Post
  #1  
Old 04-07-2006, 06:14 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
Simple Scripting Question(s)

In reference to server.string and client.string

How do I read them in a script? Do I use strequels or what, 'cause I can never get it to work.

Like if (strequals(#s,client.string),1) {
I'm sure I've tried that before and it didn't work.

If anyone would be so kind as to give me a simple script, like -

if (read the string=0) {
show;
}
if (read the string=1) {
hide;
}
if (read the string=2) {
sleep .5;
}

Just something simple so I know what to do in the future please.

Thanks
Reply With Quote