Add a~new script -> Output -> Ask a question -> [TEXT] -> "Skip Intro?" // or whatever~however you want to say it
After choosing, run a script:
-> Add a~new script -> Scripts -> If... -> [EXPRESSION] -> result = no
msg ("Skip the Intro?")
get input {
ClearScreen
game.intro = result
if (game.intro = "no") {
SetBackgroundColour ("Black")
picture ("373672_bitva_rycar_pole_1680x1050_(www.GdeFon.ru).jpg")
play sound ("Interactive Book Intro.MP3", false, false)
SetTimeout (4) {
PrintCentered ("An adventure brought to you by JD Zeeman")
SetTimeout (6) {
PrintCentered ("Choose your path")
SetTimeout (6) {
PrintCentered ("Gain experience as you battle evil")
SetTimeout (6) {
PrintCentered ("Face peril at every turn!")
SetTimeout (6) {
PrintCentered ("Do you have what it takes?")
SetTimeout (6) {
PrintCentered ("Will you taste victory or your doom?")
SetTimeout (6) {
PrintCentered ("Then face your destiny and...")
SetTimeout (6) {
PrintCentered ("Restore the lost hope of a kingdom")
SetTimeout (6) {
PrintCentered ("Be a hero")
SetTimeout (6) {
PrintCentered ("Be....")
SetTimeout (7) {
PrintCentered ("Gothar's Hope")
}
}
}
}
}
}
}
}
}
}
}
Pause (71)
cc
}
else {
cc
}
}