blob: ceb3f4cda1ea496461be1ae81f0b9d34a5873ec0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//======= Hercules Script ===========================
//= _ _ _ =
//= | | | | | | =
//= | |_| | ___ _ __ ___ _ _| | ___ ___ =
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| =
//= | | | | __/ | | (__| |_| | | __/\__ \ =
//= \_| |_/\___|_| \___|\__,_|_|\___||___/ =
//= =
//= http://hercules.ws/board/ =
//====================================================
// run when any character logs in, attached to them.
- script HerculesMOTD -1,{
message strcharinfo(0),"Welcome to Hercules! Enjoy! Please report any bugs you find.";
end;
}
|