HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

how do i set up the objectives

07-12-2002, 04:46 AM#1
Guest
lets say i wanna make it so the games over if i kill a building, how do i do that? is it a trigger or just a command or what?
07-12-2002, 04:49 AM#2
Guest
Quote:
Originally posted by Zelderon
lets say i wanna make it so the games over if i kill a building, how do i do that? is it a trigger or just a command or what?

Do you want to know how to make it so if the building dies the game is over, or do you want to know how to set objectives? There is no real mission objectives like Starcraft, but you could set it up as a Quest I guess.
07-12-2002, 04:50 AM#3
Guest
i want to make so if the building dies the game is over
07-12-2002, 04:57 AM#4
Guest
Well if the building is pre-placed, it should be easy, see if this works.

  • Triggers - Triggers
  • Whatever - Category
  • Victory Conditions - Trigger 1
    Events
    Unit - Castle 0001 <gen> Dies
    Conditions
    Actions
    Game - Victory Player 1 (Red) (Show dialogs, Show scores)

Is that it?