7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
#include "x4_inc_functions"
|
|
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(OBJECT_SELF, CharacterDB(GetPCSpeaker())) == TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|