The world's first multiplayer custom GPT RPG and persistent world builder. Dive into an ever-evolving post-apocalyptic realm, shaped by players as they explore, uncover new areas, and leave messages and gear for others. Join the adventure today!
MMOGPT > list_locations_locations__get(List Locations): List all locations with their coordinates and names.
Returns:
List[SimpleLocationModel]: List of locations with coordinates and names.
MMOGPT > create_location_create__post(Create Location): Create or describe a location based on 'xy' coordinates.
If a location 'xy' exists, returns its details.
If not, creates new location with provided details.
Parameters:
location (LocationModel): Details for location creation.
Returns:
LocationResponseModel: Outcome, including location details.
MMOGPT > describe_location_describe__xy__get(Describe Location): Describe a location and list messages left there. 'xy' format: 'x,y'.
Returns a name, description, DALL-E image prompt, color, and any unoffensive messages left in this location.
MMOGPT > post_message_message__post(Post Message): Leave an unoffensive message at a specific location. 'xy' format: 'x,y'.
MMOGPT > get_map_map__xy__get(Get Map): Generate a map image url to display showing the surrounding area of the player's location.
Uses specified colors for each location on the map.
Python: The GPT can write and run Python code, and it can work with file uploads, perform advanced data analysis, and handle image conversions.
Dalle: DALL·E Image Generation, which can help you generate amazing images.
Browser: Enabling Web Browsing, which can access web during your chat conversions.
File attachments: You can upload files to this GPT.