7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
#include "quest_inc"
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
return GetIsQuestFailed(oPC);
|
|
}
|