9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
// conversation condition
|
||
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
return (GetIsObjectValid(GetLocalObject(GetPCSpeaker(),"TownPortal")));
|
||
|
}
|