v1.0.7 now available!

  • Script Editor: Scripts are now sorted by keys
  • Script Editor: Instead of typing the command code, you can select the command from the list of available commands
  • New script command “jump key” (premium only)
    jumps to the specified key
  • New script command “remove_money amount” (premium only)
    removes the amount of money from the character
  • In “Story”-Type Adventurebooks:
    • Removed Restrictions for decisions
    • Removed Enemy Spawns, Item Spawns, Book-Type Selection, Shop-Options
  • New restriction type: game_var
    Checks a game_var for a specific value (game_var_name=abc), if you want to compare numbers you can use <, > and =
  • New restriction type: stat
    Checks a character stat for a specific value (stat_name=123). You can use <, > and =.
    E.g. “Wealth>99” is fulfilled when the character has 100 (Simple Combat System: “Gold”).
  • Add an Audio file to a book page (mp3, ogg, wav)
    • If an audio file is set, it will be played automatically when the page is loaded (if your browser permits)
    • A “Play Audio” button will be shown right next to the page title