Announcement

Collapse
No announcement yet.

howto put PW's in acc.start

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

  • howto put PW's in acc.start

    does anyone of You know about howto put PW's in a accelorated start scenaroio?
    i think it can be added to the DiffDB.txt file, but i donnot know the variable name.
    thank You for any help.
    regards
    dattler

  • #2
    Have looked for that myself - no succes.
    First they ignore you. Then they laugh at you. Then they fight you. Then you win.

    Gandhi

    Comment


    • #3
      Copy either "script.slc" or "scenario.slc" to the appropriate folder ("senario name"\scen0000\default\gamedata) and enter the following lines:

      trigger 'WhatEverYouLike' when (unit.beginturn && (g.year == 0)) {
      SetPW(player,3000);
      }

      where 3000 is the number of the public work you want to add.

      [This message has been edited by Keygen (edited February 01, 2001).]

      Comment


      • #4
        thanks a lot Keygen, i will try it.#

        Comment


        • #5
          And from me too .
          First they ignore you. Then they laugh at you. Then they fight you. Then you win.

          Gandhi

          Comment


          • #6

            Comment

            Working...
            X