9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
iResult = (GetLocalInt(oPC, "paidzhents" + GetTag(OBJECT_SELF)) == TRUE) ;
|
||
|
return iResult;
|
||
|
}
|