EN4_PRC8/_module/nss/tst_token3.nss

14 lines
453 B
Plaintext
Raw Normal View History

int StartingConditional()
{
string sToken;
sToken = "This is the story of how I lost my beautiful amulet. One day I was";
sToken = sToken + "walking along the path when I found that I did not have any more";
sToken = sToken + "clothes on. I didn't let this bother me, though, because I did not know";
sToken = sToken + "how to put a hard break into this so what was the use?";
SetCustomToken(101,sToken);
SetCustomToken(111,sToken);
return FALSE;
}