home *** CD-ROM | disk | FTP | other *** search
- fsm StockAbsoluteAttrition : integer;
-
- const
- #include_ <content\ABLScripts\mwconst.abi>
-
- type
- #include_ <content\ABLScripts\mwtype.abi>
-
- function init;
- code
- SetupScoring_Battle;
-
- TeamSetNav(0,ena_Nav_Center);
-
- endfunction;
-
- state startState;
- code
- revealnavpoint(ena_Nav_Center);
- setnavpoint(ena_Nav_Center);
-
- trans SitState;
-
- endstate;
-
- state sitState;
- code
-
- endstate;
-
- state deadState;
- code
-
- endstate;
-
- endfsm.
-
-