mirror of
https://github.com/mapbase-source/mapbase-game-src.git
synced 2025-06-14 06:32:09 +03:00
30 lines
747 B
Plaintext
30 lines
747 B
Plaintext
//=================================================================
|
|
//
|
|
// Choreo Sentences
|
|
// Mapbase's modern replacement for sentences.txt
|
|
//
|
|
//=================================================================
|
|
|
|
"ChoreoSentences"
|
|
{
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Contexts to add to speakers when they have a virtual word that uses one and they don't have it.
|
|
// These stand in for hardcoded sentences.txt names, such as soldier unit callsigns.
|
|
"SentenceContextPrerequisites"
|
|
{
|
|
}
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
"VirtualWords"
|
|
{
|
|
}
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
"Sentences"
|
|
{
|
|
}
|
|
}
|