Skip to content

Commit

Permalink
Show subtitles for the Entity's greeting lines in Strife.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes authored and coelckers committed Mar 10, 2021
1 parent 12aa7a8 commit bf33403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified wadsrc/static/filter/game-strife/acs/strfhelp.o
Binary file not shown.
10 changes: 5 additions & 5 deletions wadsrc/static/strifehelp.acs
Expand Up @@ -91,14 +91,14 @@ script << 0 >> (int type, int tag)
case 228:
if (CheckInventory ("QuestItem24"))
{
int logNum = 128;
if (CheckInventory ("QuestItem28"))
{
LocalAmbientSound ("svox/voc130", 127);
}
else
{
LocalAmbientSound ("svox/voc128", 127);
logNum = 130;
}
str soundToPlay = StrParam(s: "svox/voc", d: logNum);
LocalAmbientSound(soundToPlay, 127);
SetSubtitleNumber(logNum, soundToPlay);
clearlinespecial ();
}
break;
Expand Down

0 comments on commit bf33403

Please sign in to comment.