9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
#include "x4_inc_functions"
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
int iLocker = GetCampaignInt(CharacterDB(oPC), "LOCKER");
|
|
if (iLocker == 0) return TRUE;
|
|
return FALSE;
|
|
}
|