15 lines
173 B
Plaintext
15 lines
173 B
Plaintext
|
#include "en5_specialareas"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
string sTalk;
|
||
|
|
||
|
iResult = TRUE;
|
||
|
|
||
|
sTalk=GetMinstrelTalk();
|
||
|
SetCustomToken(300,sTalk);
|
||
|
|
||
|
return iResult;
|
||
|
}
|