LoD_PRC8/_module/nss/bank_cond_g10k.nss

10 lines
162 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
#include "bank_util"
int StartingConditional()
{
int iResult;
iResult = HasItemInInventory(BANKTOKEN_10K, GetPCSpeaker(), FALSE);
return iResult;
}