13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
#include "mn_i_pwfunctions"
|
|
|
|
int StartingConditional()
|
|
{
|
|
string questId = "quest_0309";
|
|
|
|
int iResult;
|
|
|
|
iResult = CheckQuestStatus(GetPCSpeaker(), questId, QUEST_COMPLETED);
|
|
|
|
return iResult;
|
|
}
|