Omnipotent
New member
- Messages
- 17
- Points
- 0
- Emulator
Pairs Game
Hello! This is the very known "pairs" game.What does this script do?
Basically this: https://en.wikipedia.org/wiki/Concentration_(game)
You play the pairs game with another player, that's it. Not much to say.
How to configure?
You can change the coordinates of the script by modifying #1_memo. The script will calculate the other coordinates automatically. If you want to change the map as well, you can use the Replace function in Notepad with prontera,1,1,4 to yournewmap,1,1,4
If you think the separation between NPCs isn't enough or is too much, you can change this part:
.@x+= 3*((.@i - 1)%6);
.@y-= 3*((.@i - 1)/6);
If you don't want to have extra turns edit .@extra var to 0.
Screenshots
Mirror: http://pastebin.com/download/14MRyCZqPairs.txt
Attachments
Last edited by a moderator: