(svn r23627) -Add: ScriptNews::Create, to create custom news messages (GameScript only)

This commit is contained in:
truebrain
2011-12-19 21:01:03 +00:00
parent ad48ab9237
commit e0ffe4faf2
14 changed files with 262 additions and 0 deletions

View File

@@ -749,6 +749,8 @@ STR_NEWS_MESSAGE_TYPE_CHANGES_OF_CARGO_ACCEPTANCE :{YELLOW}Changes
STR_NEWS_MESSAGE_TYPE_SUBSIDIES :{YELLOW}Subsidies
STR_NEWS_MESSAGE_TYPE_GENERAL_INFORMATION :{YELLOW}General information
STR_NEWS_CUSTOM_ITEM :{BIG_FONT}{BLACK}{RAW_STRING}
STR_NEWS_FIRST_TRAIN_ARRIVAL :{BIG_FONT}{BLACK}Citizens celebrate . . .{}First train arrives at {STATION}!
STR_NEWS_FIRST_BUS_ARRIVAL :{BIG_FONT}{BLACK}Citizens celebrate . . .{}First bus arrives at {STATION}!
STR_NEWS_FIRST_TRUCK_ARRIVAL :{BIG_FONT}{BLACK}Citizens celebrate . . .{}First truck arrives at {STATION}!