7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
#include "qst_include"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return QST_ConversationAppearsWhenObjectivesComplete(3);
|
|
}
|