RPGGO Creator Tutorial
  • Welcome to RPGGO Creator Handbook
  • Start Here
    • 🎨Getting Started
    • 🏀Things You Can Do as a Creator
  • Creator Tutorial
    • 🟢Quick Start
    • 🔮Creator Program
    • Understand the System
    • Build - Map - 2D Pixel AI Town
    • Build - Game
      • ⚒️Topic 1: How to Let AI Output Key Messages and Items In Game
      • ⚒️Topic 2: Write Powerful Lores
      • ⚒️Topic 3: Make Choice Selection / Q&A Based Game with Strict Order
      • ⚒️Topic 4: Make Dungeon Game with Dice Roll
      • ⚒️Topic 5: Value Based Game & Goal System
      • ⚒️Topic 6: What You Can Do with Goal and Chapter
      • ⚒️Topic 7: Add Customized Images in Prologue and Endings
    • Build - Character
    • Build - Module
    • Copilot - Create with AI
    • 💁Tip 1. Guide the Basis of the Content with Opening Line
    • 💁Tip 2. Format the Responses
    • 💁Tip 3. Talk to AI in Ways It Understands
    • 💁Tip 4. Generate Great Images for Avatar and Poster
    • 💁Tip 5: Build a Bot as Tool
    • ❓Frequently Asked Questions
  • Game Creator Log
    • 🕵️Which One is the Spy
    • 🐙Squid Game
    • 🗺️2D Pixel AI Town - After the story, MLP 2D game Dev blog
  • Import Data from Other Products
    • From Character Card - Silly Tavern / Chub.ai
    • ❓FAQ for Import
Powered by GitBook
On this page
  1. Creator Tutorial

Tip 2. Format the Responses

WIP

Our system understand Markdowns, and the UI will show with the markdown format differently. Therefore, if you want to make the AI have a prettier print out, you can ask the AI to print out in certain format, and also you might try to output in a mixed of format.

  • For example, the first paragraph in code block to discuss about the current situation, the next paragraph

Best Practices for Input

Input Field
Inputs
Effect

Tones

Response with the start and end of `, and put your content in between like `content` to make your content in a Italic format of markdown

Code Block

Tones

Response with the start and end of asterisk, and put your content in between like *content* to make your content in a code block of markdown

Inclined / Italic

Tones

Response with the start and end of 2 asterisks, and put your content in between like **content** to make your content in a code block of markdown

Bold

Tones

Output 3-5 different choices by the end of your response to let the player select. Make sure every choices is different with explicit actions

Output choices

PreviousTip 1. Guide the Basis of the Content with Opening LineNextTip 3. Talk to AI in Ways It Understands

Last updated 4 months ago

💁