Author Topic: Auto Message  (Read 474 times)

When you enter a game, How do you get a message instantly?  What is the script?  Please help!






P.S.: I changed my name to Mr. Pudding





When you enter a game, How do you get a message instantly?  What is the script?  Please help!






P.S.: I changed my name to Mr. Pudding






First of all, don't quote the OP 20 minutes after it's posted to bump it.

It could be 2 things.

1: An autogreeter. This causes a person to say Hi, PersonNameHere as soon as a player connects to the server.
2: It's the welcome message. This is editable with ReturnToBlockland (if you are server host/super admin). If you don't have it, google it.

2: It's the welcome message. This is editable with ReturnToBlockland (if you are server host/super admin). If you don't have it, google it.
http://forum.blockland.us/index.php?topic=82529.0 hint hint


First of all, don't quote the OP 20 minutes after it's posted to bump it.

It could be 2 things.

1: An autogreeter. This causes a person to say Hi, PersonNameHere as soon as a player connects to the server.
2: It's the welcome message. This is editable with ReturnToBlockland (if you are server host/super admin). If you don't have it, google it.

Actually you can change that setting and more in (blockland install path)/config/server/prefs.cs.
Change the line:
Code: [Select]
$Pref::Server::WelcomeMessage = "\c2Welcome to Blockland, %1.";to
Code: [Select]
$Pref::Server::WelcomeMessage = "\c2HEY %1, DIS MAH WELCOME MESSGE. <a:crappylongnamehalomarioluigi44238.webs.com>DIS MAH CALNS WBSATE.";
You probably knew that, but it's good for the OP to know.

or type it in the console, whichever