PWE_PRC8/_module/nss/smach_at002.nss

11 lines
234 B
Plaintext
Raw 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") > 1)
SetLocalInt(GetPCSpeaker(), "smach_iCurrentBet", GetLocalInt(GetPCSpeaker(), "smach_iCurrentBet") - 1);
}