Lankhmar_PRC8/_module/nss/gh_poker_call_1.nss

15 lines
329 B
Plaintext
Raw Permalink Normal View History

2025-04-03 12:54:47 -04:00
/*
Simple Poker game. 5 card draw.
By: Joe Leonard
Email: aiden_00@yahoo.com
Created: 10-10-02
If the player called in the first round. Do not increase the pot
and continue on to the 'discard' round.
*/
void main()
{
//Turn on the discard round.
SetLocalInt(OBJECT_SELF, "DISCARD_TIME", TRUE);
}