10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
#include "bank_util"
|
|
|
|
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = HasItemInInventory(BANKTOKEN_250K, GetPCSpeaker(), FALSE);
|
|
return iResult;
|
|
}
|