#define GAME_SERVER_ADDRESS "byond://localhost:2263"
#define GAME_SERVER_ADDRESS2 "byond://localhost:2264"
mob/verb/SubmitPhrase(phrase as text)
var/response = world.Export("[GAME_SERVER_ADDRESS]#[phrase]")
var/response2 = world.Export("[GAME_SERVER_ADDRESS2]#[phrase]")
return
world
Topic(MAD, JAR)
world << "[src.name]: [MAD] (from [JAR])"
Problem description:
Src.name thinks my name is the server's name, and I can't use the key part of world/Topic because it shows the key as null.