Hi,
I am currently using Galv Choice Pictures but I need a bit more functionality I'm not finding anywhere. Any suggestions on how to make a switch activate when you hover over each choice? Maybe a script call?
1. Choice A - Switch 123 activates
2. Choice B - Switch 456 activates
3 Choice C -...
I have tried == and this script works from the Conditional Branch feature of RPGMV. However, whenever I try => or <= it throws an error. I have tried == > and < = = and still nothing (without the spaces of course).
Try it yourself with the same array element comparison I am doing.
It works with...
It's just as I said, the word wrap doesn't work for me. I chalk it up to broken code. Either the words are broken, or it just leaves the text in a long line. It's not word wrap truly if you need to still add breaks.
Anyone else having issues using WordWrap in Yanfly's plugin?
I think something's not working here, I have to manually do line breaks ...
Resurrected question because it seems something might be broken, last one I found was from 2015 I think.
Hi,
I have a hiring pop up in my game that I would like to have different icons to be chosen for randomly. The images would be little faces.
1. Random Icon is chosen of a set of 20.
2. The number of the icon is stored in an array and referenced later for the hired agent.
The problem I'm facing...
I was on Win10 for a bit but found it too slow! So now on Win7 and love it. I used Citrix machines before and they have the same kind of latency issues that Win10 has...plus losing files sucks because of updates wiping your Documents!!
I managed to do this with WASD but there is a noticeable lag. I use Common Events that are called by a Yanfly plugin (probably Keyboard Config). It's not better than UP DOWN LEFT RIGHT keys on keyboard that are already mapped for movement. The lag with Yanfly plugin is just bad.
One other question still on the same topic...
I would like to regularly update a variable by adding up all of the numbers stored in different arrays.
AllBooksIncome = Bookarray001[4] + ... Bookarray999[4]
As books are added, I want to be sure I capture whatever income is earned by each book...
Hi,
This seems like a javascript question; I need to add a numerical value from a variable contained in an array.
Book01 [9] -- the number is stored here
I try to add to variable CurrentIncome += Book01[9]
The result? CurrentIncome=0.
Is this because it has converted into a string, or maybe...
-- Wow, that's a great CRUD system, thank you for sharing!
I think I may end up using some of what you made here if I need to delete books or edit them.
Looks complicated so it would take time to tinker.
Mine is a bit simplified at the moment so I can bare with the complexity until I add more...
Hi,
I'm trying to accomplish creating a book catalog menu. A user can look at 150 books with a single window that updates with the information (I've got that already programmed)...the thing I'm struggling with is simultaneously showing a basic choices window ALONGSIDE the info window.
1. A...
Hello,
I am trying to implement a simple way to pause parallel processes effectively and cleanly using a switch called PAUSECLOCK. It pauses the week, month and year clock I built using variables, which runs inside a parallel running common event that activates once at the start of the game...
variable 36 is the one giving me trouble. The rest are numerical, but they also don't seem to be getting additional 0's added to them.
Thanks for the tips!
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.