Paste #415: Untitled Paste

Date: 2013/11/28 22:05:54 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


questjournalprocedure:
  type: procedure
  definitions: gettingstarted|findingboots|tranquilliansailor|mindproject
  script:
  - if <player.flag[recievedProf]> == true {
    - define gettingstarted a
    } else {
    - define gettingstarted 4
    }
  - if <player.flag[finished_lostkitty]> == true {
    - define findingboots a
    } else {
    - define findingboots 4
    }
  - if <player.flag[finished_sailortranquillia]> == true {
    - define tranquilliansailor a
    } else {
    - define tranquilliansailor 4
    }
  - if <player.flag[finished_mindproject]> == true {
    - define mindproject a
    } else {
    - define mindproject 4
    }
questjournal:
    type: book
    title: <&a>Quest journal
    author: Old Wizard
    text:
    - Quests<&co>
    - ""
    - <&<proc[ProcedureTutorial].context[gettingstarted]>>Getting Started
    - <&<proc[ProcedureTutorial].context[findingboots]>>Finding Boots
    - <&<proc[ProcedureTutorial].context[tranquilliansailor]>>The Tranquillian Sailor
    - <&<proc[ProcedureTutorial].context[mindproject]>>Mind Project