Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
13
_module/nss/tst_token3.nss
Normal file
13
_module/nss/tst_token3.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user