8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
#include "qst_include"
|
|
|
|
int StartingConditional()
|
|
{
|
|
return QST_ConversationAppearsWhenQuestNotStarted(4);
|
|
}
|
|
|