killoldyou
Banned
- Joined
- Jan 16, 2025
- Posts
- 172
- Reputation
- 173
Real-Life Skill System Like in Video Games
I've created a real-life skill system similar to those found in video games. Your stats will be stored in a stats string that you can share with GPT (or other AI chatbots) to check your current stats and add XP after completing quests.
Steps to Set Up:
Commands:
I've created a real-life skill system similar to those found in video games. Your stats will be stored in a stats string that you can share with GPT (or other AI chatbots) to check your current stats and add XP after completing quests.
Steps to Set Up:
- Send the text (your stats) to ChatGPT or other AI chatbots.
- I’ve tested this with both ChatGPT and Gemini.
- ChatGPT works best for this system.
- Gemini sometimes lets you complete quests twice. For example, if you have 3 quests and type /done 1, it marks the quest as completed and adds XP automatically—without waiting for you to type /finish. If you do /finish, it acts as if all quests were done. Some users may prefer this, but keep it in mind.
Commands:
- /stat YOUR_STAT_STRING
- Set the player’s stats.
- Use this command to provide your current stats to the AI.
- /q NUMBER CATEGORY
- Request a specific number of quests in a specified category.
- If no category is given, it will generate random quests.
- Example:
- /q 3 STRENGTH (for 3 Strength quests)
- /q 3 (for 3 random quests)
- You can specify multiple categories:
- /q 1 STRENGTH, 1 INTELLIGENCE (for 1 Strength quest and 1 Intelligence quest).
- /done NUMBER
- Mark a quest as completed.
- /finish
- Complete the quest cycle and receive new stats.
- /history
- View completed quests and XP earned (only shows the last 5 quests).
- /start STAT=YOUR_STAT_STRING | HISTORY=COMPLETED_QUESTS | ACTIVE_QUESTS
- Resume from a saved state.
- /displaystats
- Show the player's stats in a readable format.
- /basicstat
- Acts as a /stat command, but sets all skills to level 1.