8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
|
#include "x4_inc_functions"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int nLocker = GetCampaignInt(CharacterDB(GetPCSpeaker()), "LOCKER");
|
||
|
if (nLocker == 0) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|