ChoiceScript Wiki
Advertisement

    The *title command is used to display the title of the game within the game itself. It will remain at the top of each page during play.

Usage

This command is exclusive to the startup.txt file and cannot be used in any other game file. It should come before any other ChoiceScript command with the single exception of any *comment inserted at the very top of that file.

*title My First ChoiceScript Game

*author Jane Doe

*scene_list
   startup
   chapter1

*create name "Unknown"
*create gold 0
*create backpack false


More commands / functions
Choice *choice, *fake_choice, *disable_reuse, *hide_reuse, *allow_reuse, *selectable_if
Variable *create, *temp, *set, Arithmetic operators, *delete, *input_number, *input_text, *print, *rand
Conditional *if, *elseif, *else, Multireplace
Goto *label, *goto, *goto_scene, *goto_random_scene, *gosub, *gosub_scene, *finish
Formatting Bold text, Italic text, *image, *line_break, *page_break, *link, *stat_chart
Miscellaneous *comment, *scene_list, *title, *author, *achieve, *achievement, *check_achievements, *bug, *ending, *more_games, *share_this_game, *show_password, *script, Implicit Control Flow
Advertisement