PWE_PRC8/_module/nss/smach_at001.nss

11 lines
273 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
/*
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);
}