mirror of
https://github.com/etlegacy/etlegacy-lua-scripts.git
synced 2024-11-15 01:11:33 +00:00
8fd6681973
starts with legacy mod now - still a lot TODO
10 lines
No EOL
313 B
INI
10 lines
No EOL
313 B
INI
return {
|
|
-- Table: {1}
|
|
{
|
|
[0]=nil, -- this means no greeting for that level
|
|
"^1Welcome Level 1 player <COLOR_PLAYER>", -- this is level 1 greeting
|
|
"^1Welcome Level 2 player <COLOR_PLAYER>", -- this is level 2 greeting
|
|
"^1Welcome Level .. argh, you get it....",
|
|
[4]= nil, -- no greeting for level 4
|
|
},
|
|
} |