PWE_PRC8/_module/nss/smach_sc001.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

12 lines
338 B
Plaintext

/*
Monster Slots
by Ray Miller
kaynekayne@bigfoot.com
*/
int StartingConditional()
{
if(!GetLocalInt(GetPCSpeaker(), "smach_iCurrentBet")) SetLocalInt(GetPCSpeaker(), "smach_iCurrentBet", 1);
SetCustomToken(100, IntToString(GetLocalInt(OBJECT_SELF, "bet" + IntToString(GetLocalInt(GetPCSpeaker(), "smach_iCurrentBet")))));
return TRUE;
}