Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ohhh I see hahaha! The coin flip and card game just double the bet size, but you can adjust the winnings from each spin on the slot machine. :D But you could totally edit the events to customise it further too~

(3 edits)

Hey thanks, I just got paid so I bought the Gambling Plugin.
Question, how would I go about displaying the Players [Money] in a text, Formatted? 

Like 

[Text" Player Money: $156782]

but formatted as

[Text" Player Money: $1,567.82]

In like a normal display text. And in a script call?

I know \$ displays the gold window, I need it to appear in my own custom window made in https://srdude.itch.io/hud-maker-ultra-pro

I bought it, and I can use code tags. But failed so far on making it display, always $NaN.

I'm not sure if there's maybe a plugin available for that, the only way I personally know how to do it would be to make several variables to split the sum into cents, tens, hundreds, thousands, millions, etc. and display them using the \v[0] text code.

Ok thanks, I'll try to find a plugin if its to much of a pain.