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