Jaysyn904 b464d8da05 Initial Commit
Initial Commit [v1.32PRC8]
2025-04-03 13:38:45 -04:00

14 lines
453 B
Plaintext

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;
}