Jump to content

Home

Pazaak, Win or Lose


brwarner

Recommended Posts

kdsphantom

 

I found out how to play and check the winner of a pazaak game

 

void main()
{
PlayPazaak(5,myScript,5000,0);
}

were 5 is the pazaak deck in the pazaak 2da file. myScript is what fires at the ned of the game and 5000 is max wager. 0 means false(no tutorial mode)

 

int StartingConditional()
{
return(GetLastPazaakResult() == 1)
}

this returns true if you win

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...