Files
HeroesStone_PRC8/_module/nss/hc_text_track.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

15 lines
663 B
Plaintext

// hc_text_track
// This file contains many of the text strings used throughout HCR for those
// wishing to convert HCR to a foreign language.
// Best Wishes, Archaegeo
const string STOPTRACKING = "You stop tracking your target.";
const string NOFOOTPRINTS = "You detect no footprints to track.";
const string STARTTRACK = "You begin tracking: ";
const string CONTTRACK = "You continue tracking: ";
const string NOTPOSSIBLE = "It is impossible to sort out tracks here.";
const string DCFAIL = "You are unable to single out a track to follow.";
const string DCCONTFAIL = "You lose the track.";
const string TRAILGONE = "The trail seems to have stopped here...";