How can I make "if number is between" in a simple way? Should I use 2 conditional branches? (ex: if var(x) is >1 ---> if var(x) is < 5 then card(x) appears).
How can I manage to create it? I mean, each card has its rarity: a legendary card is hard to find, so you have a low chance to open a pack with it. How can I simulate these percentages? Example: common cards 60% of chance to find (give item) this card.
Rare card 20% etc...
I found the code that creates the "cancel" button during the "select item" event.
My question is: what have I to change in this code in order to change the coordinates (x and y) of that button?
The window used for the event command [Select Item].
function Window_EventItem() {...
I'm trying to show an image for one second but it doesn't work.
$gameScreen.showPicture(1, "Bagee's sword", 1, 800, 500, 80, 80, 255, 0);
this.wait(60);
$gameScreen.erasePicture(1)
Am I doing something wrong?
I got the error: "this.updateButtons.Visibility is not a function."
rmmz_managers.js:2030 TypeError: this.updateButtonsVisiblity is not a function
at Window_StorageNumber.setup (WAY_StorageSystem.js:936)
at Scene_Storage.onItemOk (WAY_StorageSystem.js:1191)
at...
Basically the title question. How can I do that?
I've found these lines of code
//-----------------------------------------------------------------------------
// Window_EventItem
//
// The window used for the event command [Select Item].
function Window_EventItem() {...
I'm going to be adding in combat animations, revamping the UI and putting in a new cutscene this week, so this is your last chance to play the MC:RIS demo in its original form! Say you were there since the beginning! https://qos.itch.io/infinite-sadness
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.