Enhance speech frame behavior and settings
This commit is contained in:
parent
e37886072f
commit
8b53a5247c
12 changed files with 65 additions and 43 deletions
|
@ -125,6 +125,7 @@ local function ApplySpeechPlaceholders(text)
|
|||
local formatted = text;
|
||||
formatted = string.gsub(formatted, '<name>', playerName);
|
||||
formatted = string.gsub(formatted, 'Champions', playerName);
|
||||
formatted = string.gsub(formatted, 'champions', playerName);
|
||||
|
||||
return formatted
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue