A question about WML

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
Cliff
Posts: 14
Joined: October 19th, 2006, 3:12 am

A question about WML

Post by Cliff »

Hi guys,I encounter a problem while playing the wesnoth.
In a new scenario ,Zhul should be present. However,he isn't.
My question is: Which value of WML script determine the present or absent of a character?
User avatar
Iris
Site Administrator
Posts: 6800
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Post by Iris »

Perhaps your code is lacking:

Code: Select all

[unit]
x=...
y=...
...
[/unit]
The x and y coordinates of the unit's initial position?
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
Post Reply