Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

11 lines
273 B
Plaintext

/*
Monster Slots
by Ray Miller
kaynekayne@bigfoot.com
*/
void main()
{
if(GetLocalInt(GetPCSpeaker(), "smach_iCurrentBet") < GetLocalInt(OBJECT_SELF, "NumberOfBets"))
SetLocalInt(GetPCSpeaker(), "smach_iCurrentBet", GetLocalInt(GetPCSpeaker(), "smach_iCurrentBet") + 1);
}