7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
|
#include "qst_include"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
return QST_ConversationAppearsWhenQuestStarted(1);
|
||
|
}
|