- Joined
- Jul 1, 2014
- Messages
- 510
- Reaction score
- 171
I'm looking for a minigame plugin that works like as the title says, 4 pics 1 word. So there will be a word, like password, and clues shown. Then the player clicks on the available letters to fill up the slot.
I'm having trouble eventing this that is why i'm requesting a script. so I have pictures of the 27 letters A-Z, and all 10 numbers 0-9. The correct letters for the word fills up the array, then random letters are added, then they are scrambled. I get confused how to transfer the picture, its animated to shrink and re-appear on the answer box allotted.
for example the word is "GUESS", letters "G U E S S" are added to the choice pool, then random A B C D E, so the choices now are " A B C D E E G S S U " then scrambled, the letters are displayed in a 2 x 5 (row x col). then the answer box is 5 letters. I'm not good with arrays, so it get's scrambled when i use it with the show picture script call
EDIT:
so i was successful on eventing it. but i still wish someone could make a plugin for it as it required me 40 variables and 2 switches.
I'm having trouble eventing this that is why i'm requesting a script. so I have pictures of the 27 letters A-Z, and all 10 numbers 0-9. The correct letters for the word fills up the array, then random letters are added, then they are scrambled. I get confused how to transfer the picture, its animated to shrink and re-appear on the answer box allotted.
for example the word is "GUESS", letters "G U E S S" are added to the choice pool, then random A B C D E, so the choices now are " A B C D E E G S S U " then scrambled, the letters are displayed in a 2 x 5 (row x col). then the answer box is 5 letters. I'm not good with arrays, so it get's scrambled when i use it with the show picture script call
EDIT:
so i was successful on eventing it. but i still wish someone could make a plugin for it as it required me 40 variables and 2 switches.
Last edited: