RPG Maker Forums

Hi,
I'm using in a conditional branch this script;

let text = $gameVariables.value(x).toLowerCase(); text.indexOf("word 1") < text.indexOf("word 2")

to check if "word 1" comes before "word 2" in a string stored in var(x) (using a free input text plugin).
This scripts works fine BUT how can I add other variants without using more Conditional Branches?
I.e. if "word 1" comes before "word 2" OR "word 3"?
I found out that in javascript || means "or" and I tried something like;

let text = $gameVariables.value(x).toLowerCase(); text.indexOf("word 1") < text.indexOf("word 2") || let text = $gameVariables.value(x).toLowerCase(); text.indexOf("word 1") < text.indexOf("word 3")

let text = $gameVariables.value(x).toLowerCase(); text.indexOf("word 1") < text.indexOf("word 2") || text.indexOf("word 1") < text.indexOf("word 3")

But none of the two works...

Latest Threads

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,051
Messages
1,018,549
Members
137,837
Latest member
Dabi
Top