13 lines
2.9 KiB
Plaintext
13 lines
2.9 KiB
Plaintext
version=2
|
|
:if:<register.registered(solvechess)>=True
|
|
@text.show(You solved it!*Since you were the~one to solve it you~may go through first!)
|
|
:else
|
|
:if:<register.registered(chessschientist)>=False
|
|
@text.show(Hello!*Your name is~<player.name>?*I am Prof. Micah from Silph Co.*My assistant and I~were sent out here to~explore these ruins~for ancient technology!*We are barely getting~started exploring these ruins~and they have already~displayed such marvelous~mysteries!*The way the maze leading~here confounds you with~its seemingly impossible~twists and turns~is just amazing!*This room however,~is a true marvel.*The rock blocking the~door seems to be on some~sort of mechanism.*I believe if we can~solve this puzzle the~rock will be removed.*This looks like a~giant chess game.*From what I can tell,~you need to press a~switch on the piece you want~to move and then press~one of the switches that~appears on the ground.*I think the objective is to~defeat the opponent~in one turn, however,~if you mess up and~try to move the wrong~piece, you will get sent~back to the entrance!*Because of this I~have only been able~to try a few moves so far.*Maybe with the both of us,~we will find it faster?*I marked the pieces with~their names so we~won't get confused.)
|
|
@register.register(chessschientist)
|
|
:else
|
|
@text.show(Remember you get one try~before you will get warped~back to the entrance!*I am sure we will~figure it out soon!)
|
|
:endif
|
|
:endif
|
|
:end
|