PWE_PRC8/_module/nss/smach_sc001.nss

12 lines
338 B
Plaintext
Raw Permalink Normal View History

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