generated from Jaysyn/ModuleTemplate
22 lines
186 B
Plaintext
22 lines
186 B
Plaintext
// the PC is a dwarf
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
|
|
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if(GetLocalInt(oPC,"blackshankstalked") == 1)
|
|
return FALSE;
|
|
return TRUE;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|