mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#PLAYERTASK - CSAR Integration
This commit is contained in:
@@ -1281,6 +1281,7 @@ function PLAYERRECCE:_GetTextForSpeech(text)
|
||||
text=string.gsub(text,"%s*$","")
|
||||
text=string.gsub(text,"0","zero")
|
||||
text=string.gsub(text,"9","niner")
|
||||
text=string.gsub(text," "," ")
|
||||
|
||||
return text
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user