How to make cluster exit text with "="

Archive of the old editing forum
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.
Locked
User avatar
Killar
Posts: 240
Joined: Mon Feb 09, 2009 12:15 pm
Location: Always one step behind

How to make cluster exit text with "="

Post by Killar »

The title says everything.
User avatar
Enjay
 
 
Posts: 27115
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: How to make cluster exit text with "="

Post by Enjay »

Killar wrote:The title says everything.
No, it really doesn't. Already I can think of at least three different questions you may be trying to ask.
User avatar
Killar
Posts: 240
Joined: Mon Feb 09, 2009 12:15 pm
Location: Always one step behind

Re: How to make cluster exit text with "="

Post by Killar »

I mean: exittext =
User avatar
Enjay
 
 
Posts: 27115
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: How to make cluster exit text with "="

Post by Enjay »

And that wasn't even one of my guesses. :P 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:

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."
}
See this thread http://forum.zdoom.org/viewtopic.php?f= ... 6&p=449465
Locked

Return to “Editing (Archive)”