world
hub = "Mxjerrett.TheLastHero"
mob/verb/start_game()
world.visibility = 1
world.version = 1.22
world.status = "Host: [ (!Host? "Unknown" : Host)} | [world.version]"
Problem description:
i get the following error.
unterminated text expression (expexting ])
error: missing expression
error: end of file: expected }
error: location of top-most unmatched {
You have too many opening symbols with no closing ones. Try something like:
world.status = "Host: [ (!Host)? "Unknown" : Host] | [world.version]"