LoD_PRC8/_module/nss/bank_cond_g1k.nss

10 lines
161 B
Plaintext
Raw Normal View History

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