Alangara_PRC8/_module/nss/mn_bank_010.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

14 lines
252 B
Plaintext

#include "mn_checkinv"
int StartingConditional()
{
int iResult;
object bankToken = findItem( GetPCSpeaker(), "MN_MISC_BANKTOK" );
int balance = GetLocalInt( bankToken, "BALANCE" );
iResult = ( balance > 499 );
return iResult;
}