playMaker

Author Topic: [SOLVED] Check if a word input exists within the Text Asset file  (Read 1438 times)

JayKay

  • Playmaker Newbie
  • *
  • Posts: 4
I need help making a word game where you input a word with five letters and checks it if the word is actually valid or not. I currently have little experience in using arrays in Playmaker, but I somehow got up to this point (picture) by reading a post back from 2011.

Some more information just in case:
The Play Maker Array List Proxy (Script) loads a total content of 5757 after I press play. My five string values are b,e,g,i,n combined to a single string "begin" stored in a variable called wordOne. I have double-checked the word "begin", it is present on the file. However, the result is still Invalid.

Please show me the correct way on how to do this O' playMaker Masters!

- JK

« Last Edit: July 23, 2020, 12:03:44 AM by JayKay »

JayKay

  • Playmaker Newbie
  • *
  • Posts: 4
Re: [SOLVED] Check if a word input exists within the Text Asset file
« Reply #1 on: July 23, 2020, 12:06:10 AM »
I changed Array List Contain to Array List Contains Name and it fixed the problem!
My dopamine levels are back, Thanks!

- JK

LuminRabbit

  • Full Member
  • ***
  • Posts: 161
  • Lumin Rabbit
Re: [SOLVED] Check if a word input exists within the Text Asset file
« Reply #2 on: October 23, 2020, 07:27:06 PM »
Appreciate the solution! I had the same issue 🙂
Have I said how much I love playmaker!!! This is one amazing tool