Announcement

Collapse
No announcement yet.

Question regarding events and text boxes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Question regarding events and text boxes

    To those answer and work around this type of projects.


    I have a question regarding the create unit trigger.

    You have a choice of different locations to create the new unit in, can you create a text box to select a location from that list of locations specified by the event?

    An example:

    On turn 20

    This the text box

    "The Roman Legions are moving their BASE

    create new unit BASE

    Where do you want this new base

    125,68

    123,55

    111,54
    "
    Civfan (Warriorsoflight)

  • #2
    I doubt it..
    The Slim End Of The Long Tail -
    Kaplak Stream

    Comment


    • #3
      Although you can use @options in Game.txt and the Scenario.txt, they are limited in scope. AFAIK, these options only change text strings that are displayed in subsequent dialogs. I've only gotten errors when I've tried to put @options, etc, in Events.txt.
      El Aurens v2 Beta!

      Comment


      • #4
        has anyone tried using angello scotts cspl program for civ2 tot? I think possibilites doing this is much greater with such a program as it writes and reads directly into memory. But as with this thread, I'm just hoping something can be achieved in such a way!
        Civfan (Warriorsoflight)

        Comment


        • #5
          Darth Veda's had the most success with CSPL. ASFAIK, no one else has the expertise. Can you program in C? If so, it's likely worth a shot.

          Is the Roman Base a unit, a terrain, or something else? If it's a unit, maybe you could use a para-ship unit. It could jump to a square, and the accompanying text (@PARADROP of game.txt) could explain the building of a base. Perhaps you could also limit where it can be built by editing the coastal attribute of cities with CivCity. Directions could be given to the player with @NEWPARADROP when the Roman Base preq is discovered. None of this requires a bit of event space.

          Of course, it's much trickier if there is a lot of ocean on your map, but it's been done.
          El Aurens v2 Beta!

          Comment

          Working...
          X