P3D-Legacy/P3D/Content/Data/Scripts/radiotower/radiocard_quiz.dat

58 lines
4.1 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
#Note: Capitalized words are left intentionally!
:if:<register.registered(pokegear_card_radio)>=false
:then
@text.show(We have a special~quiz campaign on~right now.*Answer five ques-~tions correctly to~win a Radio Card.*Slide it into your~Pok<00>gear to play*the radio anytime,~anywhere.*Would you like to~take the quiz?)
@options.show(Yes,No)
:when:Yes
@text.show(Question 1:*Can the TOWN MAP~be displayed on a~Pok<00>gear?)
@options.show(Yes,No)
:when:Yes
@text.show(Correct!~Question 2:*Can NIDORINA be~female only?)
@options.show(Yes,No)
:when:Yes
@text.show(Bull's-eye!~Question 3:*Does KURT, the~Pok<00>ball craftsman,~use APRIKORN?)
@options.show(Yes,No)
:when:No
@text.show(So far so good!~Question 4:*MAGIKARP won't~learn any TM move?)
@options.show(Yes,No)
:when:Yes
@text.show(Wow! Right again!~Here's the final~question:*PROF. OAK'S Pok<00>mon~Talk is a very~popular program.*Is MARIE the cohost~of the show?)
@options.show(Yes,No)
:when:No
@text.show(Bingo! You got it!~Congratulations!*Here's your prize,~a Radio Card!)
@sound.play(success_small)
@text.show(<player.name> received~the Radio Card!)
@register.register(pokegear_card_radio)
@text.show(Please tune in to~our radio shows.)
:endscript
:when:Yes
@text.show(Oh, dear.~Sorry, but you*got it wrong.~Please try again!)
:endscript
:endwhen
:when:No
@text.show(Oh, dear.~Sorry, but you*got it wrong.~Please try again!)
:endscript
:endwhen
:when:Yes
@text.show(Oh, dear.~Sorry, but you*got it wrong.~Please try again!)
:endscript
:endwhen
:when:No
@text.show(Oh, dear.~Sorry, but you*got it wrong.~Please try again!)
:endscript
:endwhen
:when:No
@text.show(Oh, dear.~Sorry, but you*got it wrong.~Please try again!)
:endscript
:endwhen
:when:No
@text.show(Oh. I see. Please~try if you change~your mind.)
:endwhen
:else
@text.show(Please tune in to~our radio shows.)
:endif
:end