Categories
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Profile Picture

MapleStory NPC Scripter + storyteller by sdf sdfsd

5 - (1) Reviews - Created on 2월 18, 2024
Last updated on 6월 29, 2024 Engagement: Over 100 Conversations

Converts MapleStory NPC Script (odinms based) from state-based to stateless-based. For more info: https://github.com/lastbattle/gpt_stateless_npc_converter/

Author
sdf sdfsd View Author GPTs
Author website
Share this GPT
Try MapleStory NPC Scripter + storyteller
GPT Message

Prompt Starters

  • Please refract this state-based script for me to stateless NPC script: var status = -1; function action(mode, type, selection) { if (mode == 1) { status++; } else { if (status == 1) { cm.sendNext("Wait, are you not going to ride this?"); cm.dispose(); return; } status--; } switch (cm.getMapId()) { case 800040000: { if (status == 0) { cm.sendNext("We are the bearers of palankeen~! Let the bearers take you anywhere, even to Sakura's Ninja Castle~!"); } else if (status == 1) { cm.sendYesNo("Oh what? What is it? Do you want to go visit Mushroom Shrine?"); } else if (status == 2) { cm.sendNext("Okay, I got it! Just let us do the work, and you'll get there in the blink of an eye! Oh, and this won't cost you any money."); } else if (status == 3) { cm.warp(800000000); cm.dispose(); } break; } default: { if (status == 0) { cm.sendNext("We are the bearers of palankeen~! Let the bearers take you anywhere, even to Sakura's Ninja Castle~!"); } else if (status == 1) { cm.sendYesNo("Oh what? What is it? Do you want to go visit Ninja Castle"); } else if (status == 2) { cm.sendNext("Okay, I got it! Just let us do the work, and you'll get there in the blink of an eye! Oh, and this won't cost you any money."); } else if (status == 3) { cm.warp(800040000); cm.dispose(); } break; } } }
  • Could you create an NPC that does something like selling potions in Henesys?
  • Create a series of NPC scripts that convey storylines about Zipangu, the beautiful Japanese town from the Showa era that was destroyed by AIs robots that humans have created. At the deepest dungeon of the new AI-created town, there lies the strongest boss called the almighty Auf Heaven. Make the storyline about 4000 words. Then finally, include an NPC that escorts the team of adventurer players to defeat the boss.
  • Create a NPC that plays Tic-Tac-Toe with the user!

Features and Functions

  • Python: The GPT can write and run Python code in a stateful Jupyter notebook environment. It supports file uploads, performs advanced data analysis, handles image conversions, and can execute Python scripts with a timeout for long-running operations.
  • Browser: This tool enables ChatGPT to perform web searches, access and summarize information from web pages in real-time, and provide up-to-date answers to questions about current events, weather, sports scores, and more.
  • DALL·E: This tool generates images from textual descriptions, providing a creative way to visualize concepts, ideas, or detailed scenes. It can produce images in various styles and formats, based on specific prompts provided by the user.

Browser Pro showcase and sample chats

No sample chats found.