Also, to use player.chat, you need an equals sign as such:
and so on.PHP Code:
player.chat = "hi";
sleep (3);
player.chat = "how are you?";
...
...
Printable View
Yup, I would use a message instead though, it looks nicer.
Have not used it in a while but I think it'sAnd you can find more about it here, http://www.graal.net/index.php/Creat.../Script/Client .PHP Code:
say2("..");
Good Job, and good luck.