Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey friend! uhm, I didn't quite get the suggestion, if you could explain it once more for me :(

I believe he was asking if you could add a conditional branch for when you win or lose a game, so you could reward the player with items or coins?

Oh, Okay now I understood thanks friend xD. There is actually, 
tripleTriadCheckLastScore() has the last game's score, so you can know if you won or lost, you can use in conditional branches like.
tripleTriadCheckLastScore() > 5 means you won, so you reward him with something.