logo of MapleStory NPC Scripter + storyteller on the GPT Store

MapleStory NPC Scripter + storyteller on the GPT Store

Use MapleStory NPC Scripter + storyteller on ChatGPT Use MapleStory NPC Scripter + storyteller on 302.AI

GPT Description

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

GPT 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!
Use MapleStory NPC Scripter + storyteller on 302.AI

MapleStory NPC Scripter + storyteller GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "MapleStory NPC Scripter + storyteller", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.