9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
#include "ff_include"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
SetCustomToken(9765, ff_Colorize(GetLocalString(GetPCSpeaker(),"InitLogDial")));
|
||
|
return TRUE;
|
||
|
}
|