10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
#include "cs_misc_function"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = cs_IsPCInvStolen(GetPCSpeaker());
|
|
return iResult;
|
|
}
|