brwarner Posted October 16, 2005 Share Posted October 16, 2005 After looking through some dialogs I found out how to play pazaak (the script) but is there a way to make a conditional weather you win or lose the game(like for dialog options). Link to comment Share on other sites More sharing options...
kdsphantom Posted October 17, 2005 Share Posted October 17, 2005 hiya Brwarner, sorry im no help to your problem, but learning how to place Pazaak opponents into mods is on my to learn list. How do you do that buddy ? kdsphantom Link to comment Share on other sites More sharing options...
brwarner Posted October 17, 2005 Author Share Posted October 17, 2005 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 More sharing options...
kdsphantom Posted October 17, 2005 Share Posted October 17, 2005 Hiya brwarner, woot and well done buddy ) and most of all thank you kdsphantom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.