En:AddFormattedMessage
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
AddFormattedMessage(message_index : Number, parameter : Array)
[править]
Description
Add a formatted message;
[править]
Parameters
[править]
Result
The procedure returns nothing;
[править]
Additional note
Procedure reads a message by its identifier from the file Resource\data\messages.txt.
For parameter change in destination string from array {parameter} is necessary to write symbol "%s" in current string, example:
2002={%s kicked %s}
[править]