Hello, everyone! First time poster here - hope I hit the correct forum for this kind of thread
I'm having problems getting some code to work. I am an absolute beginner when it comes to using script blocks so I'm terribly sorry if my mistake is one that is totally obvious to you - definitely isn't to me ^^"
This is the part that is getting me headaches in RMMV:
Code:
* If: Player is facing Down
* * Script:
if ($gameVariables.value(3)[$gameVariables.value(11)] == 0) {
$gameMessage.add("Ping! Fehler!");
} else {
$gameTemp.reserveCommonEvent(2);
}
*
: End
*
By the time this event runs, the 11th element of Var[3] usually is not equal to 0, meaning "else" code should be carried out. But no matter what value I set my array element to before I activate the event, only the "then" code is carried out while "else" never takes place. Why does this happen? What have I been doing wrong? I tried using === instead of ==, but that does not seem to change the outcome.
Any help is greatly appreciated! Thanks in advance
Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
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.