Quote:
Originally Posted by BboyEatsbacon
The command is not say(test);. It is say("test");.
You could also use player.chat = "test";.
|
Wrong.
say expects the sign ID as the parameter, and setting the player's chat is something different entirely.
Quote:
|
Originally Posted by scripthelp
say(int)
|