How to make cluster exit text with "="
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
How to make cluster exit text with "="
The title says everything.
Re: How to make cluster exit text with "="
No, it really doesn't. Already I can think of at least three different questions you may be trying to ask.Killar wrote:The title says everything.
Re: How to make cluster exit text with "="
I mean: exittext =
Re: How to make cluster exit text with "="
And that wasn't even one of my guesses.
Even now, you're not being entirely clear. If you want help, at least meet people half way and give them as much information as you can. Leaving someone guessing what you want really isn't the best way to get help and also leaves people feeling that they are putting more effort in to your problem than you are.
I take it that you mean what is the format for the new-style MAPINFO cluster text messages. The [wiki]Cluster_definition[/wiki] page gives you the basic format. New lines need to be done with commas. Here's an example that I posted elsewhere:
See this thread http://forum.zdoom.org/viewtopic.php?f= ... 6&p=449465

I take it that you mean what is the format for the new-style MAPINFO cluster text messages. The [wiki]Cluster_definition[/wiki] page gives you the basic format. New lines need to be done with commas. Here's an example that I posted elsewhere:
Code: Select all
cluster 38
{
flat = FLAT14
music = D_RUNNI2
entertext = "There is a troublesome little area",
"in the Red Giant Net we need you to",
"deactivate.",
"",
"Find the main switch and shutdown ",
"the sector."
exittext = "You jump into the data port and ",
"are immediately transported back ",
"to your BGPA county house.",
"",
"The Red Giant Sector is deactivated.",
"",
"Well done."
}