Announcement

Collapse
No announcement yet.

Starting setups available, help on changes?

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

  • #16
    1) At the bottom of the file will do fine. Generally anywhere in between existing triggers/messageboxes is okay. The file structure of SLIC files is something like this:

    Code:
    trigger {
       stuff
    }
    
    trigger {
       more stuff
    }
    
    messagebox {
       yet more stuff
    }
    
    alertbox {
       stuff-'r-us
    }
    
    trigger {
       stuff it
    }
    where it says 'stuff' (or a variation on it) there is actual code, you shoudn't mess with that unless you know what you're doing. Outside those { stuff } blocks, you can insert all the code you want...

    2) Yes.
    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

    Comment

    Working...
    X