Difference between revisions of "WML for Complete Beginners"

From The Battle for Wesnoth Wiki
m
(updated based on current progress of the guide)
Line 1: Line 1:
'''Template for future "WML for Complete Beginners" tutorial'''
+
Welcome to the WML Guide for Complete Beginners!  From here, you can get started directly by heading to the [[WML for Complete Beginners: Introduction|Introduction]] or you can continue from the chapter you left off. 
  
 
'''Note: this is a work in progress.'''
 
'''Note: this is a work in progress.'''
Line 5: Line 5:
  
 
TODO:
 
TODO:
 +
1. Add to the numbers definition that numbers can include decimal point values (and reference the fact that WML will remove any unnecessary 0's when it performs the calculations or accesses the numerical value in question).
  
1. Move the "objectives" section and make it a subsection of the "events" section, since objectives are defined within a prestart event.
+
2. Finish chapters 6-11 (Partially Complete)
2. Add to the numbers definition that numbers can include decimal point values (and reference the fact that WML will remove any unnecessary 0's when it performs the calculations or accesses the numerical value in question)
 
  
 
-------------
 
-------------

Revision as of 21:57, 18 March 2015

Welcome to the WML Guide for Complete Beginners! From here, you can get started directly by heading to the Introduction or you can continue from the chapter you left off.

Note: this is a work in progress.


TODO: 1. Add to the numbers definition that numbers can include decimal point values (and reference the fact that WML will remove any unnecessary 0's when it performs the calculations or accesses the numerical value in question).

2. Finish chapters 6-11 (Partially Complete)




WML_for_Complete_Beginners:_Introduction

WML_for_Complete_Beginners:_Chapter_1

WML_for_Complete_Beginners:_Chapter_2

WML_for_Complete_Beginners:_Chapter_3

WML_for_Complete_Beginners:_Chapter_4

WML_for_Complete_Beginners:_Chapter_5

WML_for_Complete_Beginners:_Chapter_6

WML_for_Complete_Beginners:_Chapter_7

WML_for_Complete_Beginners:_Chapter_8

WML_for_Complete_Beginners:_Chapter_9

WML_for_Complete_Beginners:_Chapter_10

WML_for_Complete_Beginners:_Chapter_11

WML_for_Complete_Beginners:_Conclusion