i'm having a problem with my scenario

The place to post your WML questions and answers.

Moderator: Forum Moderators

Forum rules
  • Please use [code] BBCode tags in your posts for embedding WML snippets.
  • To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Post Reply
User avatar
Huston
Posts: 1070
Joined: April 29th, 2009, 8:26 pm
Location: Somewhere in this World(I Think)

i'm having a problem with my scenario

Post by Huston »

in my scenario no matter what i do the scenario endswhen you end your first turn. can someone take a quick look at the coding and tell me where i went wrong? thanks in advance.
Spoiler:
User avatar
Mist
Inactive Developer
Posts: 753
Joined: February 15th, 2007, 8:44 am
Location: Milton Keynes, UK

Re: i'm having a problem with my scenario

Post by Mist »

Code: Select all

    [side]
        type=Orcish Warrior
        id="Groshnak"
        canrecruit=no
There's no enemy unit able to recruit at the end of the turn, which is a default condition for victory. Either use victory_when_enemies_defeated=no or switch that canrecruit to yes.
Somewhere, between the sacred silence and sleep.
Disorder.
Post Reply