8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
// pelben_c_clear
|
|
int StartingConditional()
|
|
{
|
|
object oMod=GetModule();
|
|
if (GetLocalInt(oMod,"bPelbenQuestCleared")==TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|