home *** CD-ROM | disk | FTP | other *** search
-
- @START
- selectunit b311
- POPUP POPSTART1
- clearevents
- event unit c a311, selected, do_general
- event button 1, do_regmove
- event button 2, do_regform
- event button 3, do_regwheel
- ;event button 4, do_end2
-
- @start2
- POPUP POPSTART1
- ;event button 0, cont
- event button 1, do_regmove
- event button 2, do_regform
- event button 3, do_regwheel
- ;event button 4, do_end2
-
- @do_return
- clearevents
- event unit c a311, selected, do_generalreturn
- POPUP POPSTART1
- ;event button 0, cont
- event button 1, do_regmove
- event button 2, do_regform
- event button 3, do_regwheel
- ;event button 4, do_end2
-
-
- @POPSTART1
- @button=PAUSING
- @button=FORMATIONS
- @button=WHEELING
- @width = 440
- @x=20
- @y=-100
- This is the drill ground. Practice moving regiments around and changing
- formations, then click on General Pettigrew to learn about moving brigades.
- You can right-click any command button to learn about it.
- Press the Escape key to end this tutorial.
- ^
- ^To move a regiment, select it and drag a "move line"
- to the desired destination.
-
- @do_regmove
- popup popregmove
- event button 0, start2
-
- @popregmove
- @width = 440
- @x=20
- @y=-100
- You can pause or unpause the game by pressing the 'P' key, and
- speed up or slow down the game with the '+' and '-' keys.
-
- @do_regform
- popup popregform
- event button 0, start2
- event button 1, do_formtip
-
- @popregform
- @button=TIP
- @width = 440
- @x=20
- @y=-100
- To change formations, select a regiment and click a formation button
- (Line, Column or Skirmish). For more information on the formations,
- right-click a formation button.
-
- @do_formtip
- popup popformtip
- event button 0, do_regform
-
- @popformtip
- @width = 440
- @x=20
- @y=-100
- To move a regiment quickly to a destination, select it, drag a move line
- to the destination, click Column and then immediately click Line. The
- regiment will form quick columns to march to the destination, then
- form a battle line when it arrives.
-
- @do_regwheel
- popup popregwheel
- event button 0, start2
-
- @popregwheel
- @width = 440
- @x=20
- @y=-100
- To change a regiment's facing, use the Wheel button. You can issue
- wheel commands when a regiment is still moving, and it will assume
- the new facing when it reaches its destination.
-
- @cont
-
- @done
-
-
- @do_general
- clearevents
- event unit c b311, selected, do_return
- event unit c c311, selected, do_return
- event unit c d311, selected, do_return
- event unit c e311, selected, do_return
- selectunit a311
- pointernr c a311
- popup popgeneral
- event button 0, do_general2
-
- @popgeneral
- @width = 440
- @x=20
- @y=-100
- This is General Pettigrew, the brigade commander leading the four regiments of this
- brigade. He is used to move all of the regiments of his brigade at once,
- making them a more effective fighting force.
-
- @do_general2
- selectunit a311
- ;pointernr 538,249
- popup popgeneral2
- ;event button 0, cont2
- event button 1, do_brigmove
- event button 2, do_brigform
- event button 3, do_brigattach
- ;event button 4, do_end2
-
- @do_general2a
- selectunit a311
- popup popgeneral2
- ;event button 0, cont2
- event button 1, do_brigmove
- event button 2, do_brigform
- event button 3, do_brigattach
- ;event button 4, do_end2
-
- @do_generalreturn
- clearevents
- event unit c b311, selected, do_return
- event unit c c311, selected, do_return
- event unit c d311, selected, do_return
- event unit c e311, selected, do_return
- selectunit a311
- popup popgeneral2
- ;event button 0, cont2
- event button 1, do_brigmove
- event button 2, do_brigform
- event button 3, do_brigattach
- ;event button 4, do_end2
-
- @popgeneral2
- @button=MOVING
- @button=FORMATIONS
- @button=WHAT'S ATTACH?
- @width = 440
- @x=20
- @y=-100
- With Pettigrew selected, click the Attach button on the command bar to re-attach
- all regiments so they will follow brigade orders (if there is no Attach button,
- all regiments are already attached). Drill with Pettigrew for awhile,
- then press the Escape key to end this tutorial.
-
- @do_brigmove
- popup popbrigmove
- event button 0, do_general2a
-
- @popbrigmove
- @width = 440
- @x=20
- @y=-100
- To move an entire brigade, select the brigade commander, drag a move
- line, and issue a formation order (Battle, Double, Skirmish, Maneuver or
- Road). The entire brigade will assume that formation at the
- destination. You can also use the Wheel button to change the brigade's
- final facing.
-
- @do_brigform
- popup popbrigform
- event button 0, do_general2a
-
- @popbrigform
- @width = 440
- @x=20
- @y=-100
- To change a brigade's formation, select the general and issue a formation
- order (Battle, Double, Skirmish, Maneuver or Road). You can right-click
- on the command button to learn more about that formation.
-
- @do_brigattach
- popup popbrigattach
- event button 0, do_general2a
-
- @popbrigattach
- @width = 440
- @x=20
- @y=-100
- When a regiment is issued any formation order, it becomes detached from
- the brigade and no longer follows brigade orders. To re-attach the regiment,
- select the commander and click the Attach button.
-
- @cont2
-
- @do_end2
- endscenario
-
- @
-
-