Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Ok thanks, you might want to include a quick FAQ in the download for dumb people like me lol.
Or a hey stupid, read the comments in the Common Events Tab. (ADD has betrayed me again).

"conditional branch for when Hours is between 6 and 17 if you want it to be from 6am to 5pm."
Ok, I was using Hour & Minutes. I'll try this thanks.

This look right?  Edit: (I changed the 5 to a 17).
https://prntscr.com/1kl3vyw

Haha no worries, I'll try and sort something out!

And yeah that looks correct to me! :D

(4 edits)

After messing around with it, I got it all working thanks!

Closed:  https://prntscr.com/1km65zq
Open:   https://prntscr.com/1km6928

Edit: Please ignore the girls, uhh.  Big assets. It's temporary  till I can find a Tall Character Generator.
They will all be normal. I don't know why the makers of RPGM don't have a Tall Character Generator.
I mean, trying to make a dating game, is hard when all the characters look like they are Five!

Only thing I need to figure  out, is how to "Hide" the time menu, from appearing in the main menu.
My main menu is a live "Map" I created for use with a Plugin for the Title Screen, so it appears there to lol.

Edit: I bought your Relationship Plugin. I have enough to buy 1 more plugin, I'm trying to decide on if I should buy 1 from VisuStellaMZ , or your Gotcha/Relationships Plugin.
Question: Can I choose the chance of and item dropping in the Gotcha Plugin? Like a rare item is 5%, and common is 75%.

Edit 500 lol, Sorry for being pushy about the FAQ.
My OCD is a pain. If I'm not washing my hands 400 times, I'm organizing everything.
Like this...
https://prntscr.com/1kn0wlc

Sweet, looks great! :D

You can hide the Time HUD by editing Common Event 103 and using a conditional branch with a switch when you want it shown/hidden.

Not sure what the Gotcha Plugin is though, is it called something else maybe? :o

Sorry, I call it Gotcha because of the EA lol. The Gambling Plugin.

I wanted to know if I can set a couple super rare Items  as a low chance to get.

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.