16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
#include "mn_i_pwfunctions"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// *** Remember to set correct quest ID ***
|
||
|
|
||
|
string questId = "quest_0320";
|
||
|
|
||
|
int iResult;
|
||
|
|
||
|
iResult = CheckQuestStatus(GetPCSpeaker(), questId, QUEST_COMPLETED);
|
||
|
|
||
|
return iResult;
|
||
|
}
|